diff options
author | Joe MacDonald <joe.macdonald@windriver.com> | 2012-05-18 16:14:03 -0400 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-05-18 18:37:09 -0500 |
commit | 87f68ae9a9322448883e56fc7201fd70a8b718e3 (patch) | |
tree | f65b2f22512bf701368eefc4b204a95638e0d77f /recipes-security/selinux/checkpolicy_git.bb | |
parent | 18e3a5d348558d3a0519ea70afef27271fc08710 (diff) | |
download | meta-selinux-87f68ae9a9322448883e56fc7201fd70a8b718e3.tar.gz |
selinux: Change default preferences away from git version
The preferred versions hould always be the latest stable, not the
git recipe.
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Revised summary commit message, and added addition _git recipes.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'recipes-security/selinux/checkpolicy_git.bb')
-rw-r--r-- | recipes-security/selinux/checkpolicy_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/selinux/checkpolicy_git.bb b/recipes-security/selinux/checkpolicy_git.bb index 3653306..b3871d8 100644 --- a/recipes-security/selinux/checkpolicy_git.bb +++ b/recipes-security/selinux/checkpolicy_git.bb | |||
@@ -10,6 +10,7 @@ SECTION = "base" | |||
10 | PR = "r1" | 10 | PR = "r1" |
11 | LICENSE = "GPLv2+" | 11 | LICENSE = "GPLv2+" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
13 | DEFAULT_PREFERENCE = "-1" | ||
13 | 14 | ||
14 | include selinux_git.inc | 15 | include selinux_git.inc |
15 | 16 | ||