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 | |
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>
-rw-r--r-- | recipes-security/selinux/checkpolicy_git.bb | 1 | ||||
-rw-r--r-- | recipes-security/selinux/libselinux_git.bb | 1 | ||||
-rw-r--r-- | recipes-security/selinux/libsemanage_git.bb | 1 | ||||
-rw-r--r-- | recipes-security/selinux/libsepol_git.bb | 1 | ||||
-rw-r--r-- | recipes-security/selinux/policycoreutils_git.bb | 1 | ||||
-rw-r--r-- | recipes-security/selinux/sepolgen_git.bb | 1 |
6 files changed, 6 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 | ||
diff --git a/recipes-security/selinux/libselinux_git.bb b/recipes-security/selinux/libselinux_git.bb index c9446f9..8a61929 100644 --- a/recipes-security/selinux/libselinux_git.bb +++ b/recipes-security/selinux/libselinux_git.bb | |||
@@ -6,6 +6,7 @@ SECTION = "base" | |||
6 | PR = "r1" | 6 | PR = "r1" |
7 | LICENSE = "Public Domain" | 7 | LICENSE = "Public Domain" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" |
9 | DEFAULT_PREFERENCE = "-1" | ||
9 | 10 | ||
10 | include selinux_git.inc | 11 | include selinux_git.inc |
11 | inherit lib_package | 12 | inherit lib_package |
diff --git a/recipes-security/selinux/libsemanage_git.bb b/recipes-security/selinux/libsemanage_git.bb index 4f4864d..b6caf75 100644 --- a/recipes-security/selinux/libsemanage_git.bb +++ b/recipes-security/selinux/libsemanage_git.bb | |||
@@ -7,6 +7,7 @@ SECTION = "base" | |||
7 | PR = "r1" | 7 | PR = "r1" |
8 | LICENSE = "LGPLv2.1+" | 8 | LICENSE = "LGPLv2.1+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
10 | DEFAULT_PREFERENCE = "-1" | ||
10 | 11 | ||
11 | include selinux_git.inc | 12 | include selinux_git.inc |
12 | inherit lib_package | 13 | inherit lib_package |
diff --git a/recipes-security/selinux/libsepol_git.bb b/recipes-security/selinux/libsepol_git.bb index 310692b..cb6e62e 100644 --- a/recipes-security/selinux/libsepol_git.bb +++ b/recipes-security/selinux/libsepol_git.bb | |||
@@ -7,6 +7,7 @@ SECTION = "base" | |||
7 | PR = "r1" | 7 | PR = "r1" |
8 | LICENSE = "LGPLv2+" | 8 | LICENSE = "LGPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
10 | DEFAULT_PREFERENCE = "-1" | ||
10 | 11 | ||
11 | include selinux_git.inc | 12 | include selinux_git.inc |
12 | inherit lib_package | 13 | inherit lib_package |
diff --git a/recipes-security/selinux/policycoreutils_git.bb b/recipes-security/selinux/policycoreutils_git.bb index e25d692..7a85d22 100644 --- a/recipes-security/selinux/policycoreutils_git.bb +++ b/recipes-security/selinux/policycoreutils_git.bb | |||
@@ -8,6 +8,7 @@ SECTION = "base" | |||
8 | PR = "r1" | 8 | PR = "r1" |
9 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPLv2+" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
11 | DEFAULT_PREFERENCE = "-1" | ||
11 | 12 | ||
12 | include selinux_git.inc | 13 | include selinux_git.inc |
13 | 14 | ||
diff --git a/recipes-security/selinux/sepolgen_git.bb b/recipes-security/selinux/sepolgen_git.bb index 3a14b0b..68d5a2f 100644 --- a/recipes-security/selinux/sepolgen_git.bb +++ b/recipes-security/selinux/sepolgen_git.bb | |||
@@ -16,6 +16,7 @@ SECTION = "base" | |||
16 | PR = "r1" | 16 | PR = "r1" |
17 | LICENSE = "LGPLv2+" | 17 | LICENSE = "LGPLv2+" |
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
19 | DEFAULT_PREFERENCE = "-1" | ||
19 | 20 | ||
20 | include selinux_git.inc | 21 | include selinux_git.inc |
21 | 22 | ||