All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <yocto@yoctoproject.org>
Subject: Re: [PATCH] Fix QA Issue reported by running bitbake
Date: Wed, 31 Jul 2013 10:05:42 -0500	[thread overview]
Message-ID: <51F927C6.7020304@windriver.com> (raw)
In-Reply-To: <1374939884-20222-1-git-send-email-pierluigi.fiorini@gmail.com>

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



  reply	other threads:[~2013-07-31 15:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-27 15:44 [PATCH] Fix QA Issue reported by running bitbake Pier Luigi Fiorini
2013-07-31 15:05 ` Mark Hatle [this message]
2013-08-01 23:57   ` [meta-selinux][PATCH] " Mark Hatle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51F927C6.7020304@windriver.com \
    --to=mark.hatle@windriver.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.