[poky] [PATCH] libsepol: DEPENDS on flex-native
Robert Yang
liezhi.yang at windriver.com
Fri Oct 9 23:23:04 PDT 2015
Please ignore this one, it should go into poky at yoctoproject.org.
// Robert
On 10/09/2015 10:19 AM, Robert Yang wrote:
> Fixed when build libsepol-native:
> /bin/sh: 1: flex: not found
>
> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
> ---
> recipes-security/selinux/libsepol.inc | 2 ++
> 1 file changed, 2 insertions(+)
>
> 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
> # local ranlib.
> EXTRA_OEMAKE += "RANLIB='$(AR) s'"
>
> +DEPENDS += "flex-native"
> +
> BBCLASSEXTEND = "native"
>
More information about the poky
mailing list