diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-10-09 23:24:12 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-10-22 10:52:49 -0400 |
commit | 924c55d38e3398e118454ce519adf29d29470a43 (patch) | |
tree | 4bc406c0e77f2fcfd10b09261bd0b7ea950c5bbc | |
parent | 6d0c9ecd8d08f2bfafbe9def50628b5c14e5fe57 (diff) | |
download | meta-selinux-924c55d38e3398e118454ce519adf29d29470a43.tar.gz |
libsepol: DEPENDS on flex-native
Fixed when build libsepol-native:
/bin/sh: 1: flex: not found
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/selinux/libsepol.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/selinux/libsepol.inc b/recipes-security/selinux/libsepol.inc index b24ed28..a8ee749 100644 --- a/recipes-security/selinux/libsepol.inc +++ b/recipes-security/selinux/libsepol.inc | |||
@@ -12,4 +12,6 @@ inherit lib_package | |||
12 | # local ranlib. | 12 | # local ranlib. |
13 | EXTRA_OEMAKE += "RANLIB='$(AR) s'" | 13 | EXTRA_OEMAKE += "RANLIB='$(AR) s'" |
14 | 14 | ||
15 | DEPENDS += "flex-native" | ||
16 | |||
15 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |