diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-05-18 16:12:08 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-05-18 18:37:09 -0500 |
commit | ed77d8f9334c0994630d44c656ee68395c93a00d (patch) | |
tree | 75912cf6688c0829d30f54abcfffed84ab2624de | |
parent | 463a26c0d12e57a04405ace40e32832ebb2c86fa (diff) | |
download | meta-selinux-ed77d8f9334c0994630d44c656ee68395c93a00d.tar.gz |
checkpolicy: Add flex to the DEPENDS
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | recipes-security/selinux/checkpolicy_2.1.8.bb | 2 | ||||
-rw-r--r-- | recipes-security/selinux/checkpolicy_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/selinux/checkpolicy_2.1.8.bb b/recipes-security/selinux/checkpolicy_2.1.8.bb index 95185fe..e2e035d 100644 --- a/recipes-security/selinux/checkpolicy_2.1.8.bb +++ b/recipes-security/selinux/checkpolicy_2.1.8.bb | |||
@@ -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" | 19 | DEPENDS += "libsepol libselinux flex-native flex" |
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 b3871d8..d37cfdc 100644 --- a/recipes-security/selinux/checkpolicy_git.bb +++ b/recipes-security/selinux/checkpolicy_git.bb | |||
@@ -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" | 20 | DEPENDS += "libsepol libselinux flex-native flex" |
21 | 21 | ||
22 | EXTRA_OEMAKE += "PREFIX=${D}" | 22 | EXTRA_OEMAKE += "PREFIX=${D}" |
23 | EXTRA_OEMAKE += "LEX='flex'" | 23 | EXTRA_OEMAKE += "LEX='flex'" |