[yocto] [PATCH] Fix QA Issue reported by running bitbake

Mark Hatle mark.hatle at windriver.com
Wed Jul 31 08:05:42 PDT 2013


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 \
>




More information about the yocto mailing list