From 12416a6d6714308be1a7047a5c20eaef71fefe66 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Thu, 29 Nov 2012 15:04:19 +0800 Subject: checkpolicy+libsemanage: flex+bison native depends Signed-off-by: Xin Ouyang --- recipes-security/selinux/checkpolicy_2.1.8.bb | 4 ++-- recipes-security/selinux/checkpolicy_git.bb | 4 ++-- recipes-security/selinux/libsemanage_2.1.6.bb | 4 ++-- 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 \ encapsulated/abstracted by a proper shared library interface." SECTION = "base" -PR = "r1" +PR = "r2" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" @@ -16,7 +16,7 @@ include selinux_20120216.inc SRC_URI[md5sum] = "e7b5d62873d4efc8a502b75f042f6735" SRC_URI[sha256sum] = "8ed586fd2ccf9900f86e38b72af4aa5cc3bade35d0fa19c53ac1a3d59fe0013a" -DEPENDS += "libsepol libselinux flex-native flex" +DEPENDS += "libsepol libselinux bison-native flex-native" EXTRA_OEMAKE += "PREFIX=${D}" 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 \ encapsulated/abstracted by a proper shared library interface." SECTION = "base" -PR = "r1" +PR = "r2" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" DEFAULT_PREFERENCE = "-1" @@ -17,7 +17,7 @@ include selinux_git.inc SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" PV = "2.1.8+git${SRCPV}" -DEPENDS += "libsepol libselinux flex-native flex" +DEPENDS += "libsepol libselinux bison-native flex-native" EXTRA_OEMAKE += "PREFIX=${D}" 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 \ as by programs like load_policy that need to perform specific transformations \ on binary policies such as customizing policy boolean settings." SECTION = "base" -PR = "r1" +PR = "r2" LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" @@ -14,7 +14,7 @@ inherit lib_package SRC_URI[md5sum] = "b49d75602432d8cfad8a3e5a0a966f07" SRC_URI[sha256sum] = "64e6849fe50fb463ec0ba24653a26e3452fa4aaa7d7e192213d5c5a7c525aebb" -DEPENDS += "libsepol libselinux ustr bzip2 python" +DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" SRC_URI += "file://Fix-segfault-for-standard-policy.patch" 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 \ as by programs like load_policy that need to perform specific transformations \ on binary policies such as customizing policy boolean settings." SECTION = "base" -PR = "r1" +PR = "r2" LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" DEFAULT_PREFERENCE = "-1" @@ -15,7 +15,7 @@ inherit lib_package SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" PV = "2.1.6+git${SRCPV}" -DEPENDS += "libsepol libselinux ustr bzip2 python" +DEPENDS += "libsepol libselinux ustr bzip2 python bison-native flex-native" SRC_URI += "file://Fix-segfault-for-standard-policy.patch" SRC_URI += "file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch" -- cgit v1.2.3-54-g00ecf