From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 57E69E013B0 for ; Wed, 31 Jul 2013 08:05:41 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r6VF5fDQ013561 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 31 Jul 2013 08:05:41 -0700 (PDT) Received: from Marks-MacBook-Pro.local (172.25.36.230) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.342.3; Wed, 31 Jul 2013 08:05:42 -0700 Message-ID: <51F927C6.7020304@windriver.com> Date: Wed, 31 Jul 2013 10:05:42 -0500 From: Mark Hatle Organization: Wind River Systems User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: References: <1374939884-20222-1-git-send-email-pierluigi.fiorini@gmail.com> In-Reply-To: <1374939884-20222-1-git-send-email-pierluigi.fiorini@gmail.com> Subject: Re: [PATCH] Fix QA Issue reported by running bitbake X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 15:05:42 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 7/27/13 10:44 AM, Pier Luigi Fiorini wrote: > Fix the following error: > Variable ALLOW_EMPTY is set as not being package specific, please fix this. I thought this had already been done. I'll be going over the meta-selinux sometime this week and will verify all of the bad ALLOW_EMPTY entries and other version sync have been done. --Mark > --- > recipes-security/tasks/task-core-selinux.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-security/tasks/task-core-selinux.bb b/recipes-security/tasks/task-core-selinux.bb > index 05f8dfc..dda9c50 100644 > --- a/recipes-security/tasks/task-core-selinux.bb > +++ b/recipes-security/tasks/task-core-selinux.bb > @@ -8,7 +8,7 @@ PACKAGES = "\ > task-core-selinux \ > " > > -ALLOW_EMPTY = "1" > +ALLOW_EMPTY_${PN} = "1" > > RDEPENDS_task-core-selinux = " \ > ustr \ >