[poky] [PATCH] libsepol: DEPENDS on flex-native
Robert Yang
liezhi.yang at windriver.com
Fri Oct 9 23:24:47 PDT 2015
On 10/10/2015 02:23 PM, Robert Yang wrote:
>
> Please ignore this one, it should go into poky at yoctoproject.org.
Sorry, should be: yocto at yoctoproject.org :-(.
// Robert
>
> // 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