From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BC895E00FCC; Fri, 9 Oct 2015 23:23:17 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.146.13 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 881D3E00343 for ; Fri, 9 Oct 2015 23:23:08 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id t9A6N6Pr010637 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 9 Oct 2015 23:23:06 -0700 (PDT) Received: from [128.224.162.200] (128.224.162.200) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.248.2; Fri, 9 Oct 2015 23:23:05 -0700 Message-ID: <5618AEC8.8040604@windriver.com> Date: Sat, 10 Oct 2015 14:23:04 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: References: <1444357146-7070-1-git-send-email-liezhi.yang@windriver.com> In-Reply-To: <1444357146-7070-1-git-send-email-liezhi.yang@windriver.com> Subject: Re: [PATCH] libsepol: DEPENDS on flex-native X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2015 06:23:17 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Please ignore this one, it should go into poky@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 > --- > 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" >