[yocto] meta-selinux make ALLOW_EMPTY package specific

Philip Tricca flihp at twobit.us
Wed Jun 19 06:53:09 PDT 2013


Ping.  Any interest in taking this (and the other patch I sent) into
meta-selinux?

Regards
- Philip

On 06/10/2013 08:54 PM, Philip Tricca wrote:
> Hello again,
> 
> Again a quick patch to get meta-selinux dylan branch building with oe-core dylan.  The QA scripts error'd out complaining that ALLOW_EMPTY in the task-core-selinux wasn't packages specific.  Not sure if it's relevant but this was with the latest bitbake release branch 1.18.  One line fix below.
> 
> Regards,
> - Philip
> 
> From: Philip Tricca <flihp at twobit.us>
> Date: Mon, 10 Jun 2013 20:33:32 -0400
> Subject: [PATCH 2/2] Make ALLOW_EMPTY package specific to keep QA scripts
>  happy.
> 
> ---
>  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 \




More information about the yocto mailing list