diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-11-29 15:04:19 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-11-29 15:04:19 +0800 |
commit | 99d2fd6fbd1efa82cdf4999e528922a2ed8fcc30 (patch) | |
tree | b850679c42c5def722636af38dc6f3e09774a1b7 | |
parent | 71bed4c424999002b4ed1dade8781f31d7740d93 (diff) | |
download | meta-selinux-99d2fd6fbd1efa82cdf4999e528922a2ed8fcc30.tar.gz |
checkpolicy+libsemanage: flex+bison native depends
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r-- | recipes-security/selinux/checkpolicy_2.1.8.bb | 4 | ||||
-rw-r--r-- | recipes-security/selinux/checkpolicy_git.bb | 4 | ||||
-rw-r--r-- | recipes-security/selinux/libsemanage_2.1.6.bb | 4 | ||||
-rw-r--r-- | recipes-security/selinux/libsemanage_git.bb | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/recipes-security/selinux/checkpolicy_2.1.8.bb b/recipes-security/selinux/checkpolicy_2.1.8.bb index e2e035d..e2b9f67 100644 --- a/recipes-security/selinux/checkpolicy_2.1.8.bb +++ b/recipes-security/selinux/checkpolicy_2.1.8.bb | |||
@@ -7,7 +7,7 @@ with low level details of the policy that have not been \ | |||
7 | encapsulated/abstracted by a proper shared library interface." | 7 | encapsulated/abstracted by a proper shared library interface." |
8 | 8 | ||
9 | SECTION = "base" | 9 | SECTION = "base" |
10 | PR = "r1" | 10 | PR = "r2" |
11 | LICENSE = "GPLv2+" | 11 | LICENSE = "GPLv2+" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
13 | 13 | ||
@@ -16,7 +16,7 @@ include selinux_20120216.inc | |||
16 | SRC_URI[md5sum] = "e7b5d62873d4efc8a502b75f042f6735" | 16 | SRC_URI[md5sum] = "e7b5d62873d4efc8a502b75f042f6735" |
17 | SRC_URI[sha256sum] = "8ed586fd2ccf9900f86e38b72af4aa5cc3bade35d0fa19c53ac1a3d59fe0013a" | 17 | SRC_URI[sha256sum] = "8ed586fd2ccf9900f86e38b72af4aa5cc3bade35d0fa19c53ac1a3d59fe0013a" |
18 | 18 | ||
19 | DEPENDS += "libsepol libselinux flex-native flex" | 19 | DEPENDS += "libsepol libselinux bison-native flex-native" |
20 | 20 | ||
21 | EXTRA_OEMAKE += "PREFIX=${D}" | 21 | EXTRA_OEMAKE += "PREFIX=${D}" |
22 | EXTRA_OEMAKE += "LEX='flex'" | 22 | EXTRA_OEMAKE += "LEX='flex'" |
diff --git a/recipes-security/selinux/checkpolicy_git.bb b/recipes-security/selinux/checkpolicy_git.bb index d37cfdc..be4f335 100644 --- a/recipes-security/selinux/checkpolicy_git.bb +++ b/recipes-security/selinux/checkpolicy_git.bb | |||
@@ -7,7 +7,7 @@ with low level details of the policy that have not been \ | |||
7 | encapsulated/abstracted by a proper shared library interface." | 7 | encapsulated/abstracted by a proper shared library interface." |
8 | 8 | ||
9 | SECTION = "base" | 9 | SECTION = "base" |
10 | PR = "r1" | 10 | PR = "r2" |
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 | DEFAULT_PREFERENCE = "-1" |
@@ -17,7 +17,7 @@ include selinux_git.inc | |||
17 | SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" | 17 | SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" |
18 | PV = "2.1.8+git${SRCPV}" | 18 | PV = "2.1.8+git${SRCPV}" |
19 | 19 | ||
20 | DEPENDS += "libsepol libselinux flex-native flex" | 20 | DEPENDS += "libsepol libselinux bison-native flex-native" |
21 | 21 | ||
22 | EXTRA_OEMAKE += "PREFIX=${D}" | 22 | EXTRA_OEMAKE += "PREFIX=${D}" |
23 | EXTRA_OEMAKE += "LEX='flex'" | 23 | EXTRA_OEMAKE += "LEX='flex'" |
diff --git a/recipes-security/selinux/libsemanage_2.1.6.bb b/recipes-security/selinux/libsemanage_2.1.6.bb index 70e0c49..aa3dcd9 100644 --- a/recipes-security/selinux/libsemanage_2.1.6.bb +++ b/recipes-security/selinux/libsemanage_2.1.6.bb | |||
@@ -4,7 +4,7 @@ It is used by checkpolicy (the policy compiler) and similar tools, as well \ | |||
4 | as by programs like load_policy that need to perform specific transformations \ | 4 | as by programs like load_policy that need to perform specific transformations \ |
5 | on binary policies such as customizing policy boolean settings." | 5 | on binary policies such as customizing policy boolean settings." |
6 | SECTION = "base" | 6 | SECTION = "base" |
7 | PR = "r1" | 7 | PR = "r2" |
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 | 10 | ||
@@ -14,7 +14,7 @@ inherit lib_package | |||
14 | SRC_URI[md5sum] = "b49d75602432d8cfad8a3e5a0a966f07" | 14 | SRC_URI[md5sum] = "b49d75602432d8cfad8a3e5a0a966f07" |
15 | SRC_URI[sha256sum] = "64e6849fe50fb463ec0ba24653a26e3452fa4aaa7d7e192213d5c5a7c525aebb" | 15 | SRC_URI[sha256sum] = "64e6849fe50fb463ec0ba24653a26e3452fa4aaa7d7e192213d5c5a7c525aebb" |
16 | 16 | ||
17 | DEPENDS += "libsepol libselinux ustr bzip2 python" | 17 | DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" |
18 | 18 | ||
19 | SRC_URI += "file://Fix-segfault-for-standard-policy.patch" | 19 | SRC_URI += "file://Fix-segfault-for-standard-policy.patch" |
20 | SRC_URI += "file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch" | 20 | SRC_URI += "file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch" |
diff --git a/recipes-security/selinux/libsemanage_git.bb b/recipes-security/selinux/libsemanage_git.bb index b6caf75..776a54b 100644 --- a/recipes-security/selinux/libsemanage_git.bb +++ b/recipes-security/selinux/libsemanage_git.bb | |||
@@ -4,7 +4,7 @@ It is used by checkpolicy (the policy compiler) and similar tools, as well \ | |||
4 | as by programs like load_policy that need to perform specific transformations \ | 4 | as by programs like load_policy that need to perform specific transformations \ |
5 | on binary policies such as customizing policy boolean settings." | 5 | on binary policies such as customizing policy boolean settings." |
6 | SECTION = "base" | 6 | SECTION = "base" |
7 | PR = "r1" | 7 | PR = "r2" |
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 | DEFAULT_PREFERENCE = "-1" |
@@ -15,7 +15,7 @@ inherit lib_package | |||
15 | SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" | 15 | SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" |
16 | PV = "2.1.6+git${SRCPV}" | 16 | PV = "2.1.6+git${SRCPV}" |
17 | 17 | ||
18 | DEPENDS += "libsepol libselinux ustr bzip2 python" | 18 | DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" |
19 | 19 | ||
20 | SRC_URI += "file://Fix-segfault-for-standard-policy.patch" | 20 | SRC_URI += "file://Fix-segfault-for-standard-policy.patch" |
21 | SRC_URI += "file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch" | 21 | SRC_URI += "file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch" |