From: Philip Tricca <flihp@twobit.us>
To: mark.hatle@windriver.com
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: meta-selinux make ALLOW_EMPTY package specific
Date: Wed, 19 Jun 2013 09:53:09 -0400 [thread overview]
Message-ID: <51C1B7C5.8000408@twobit.us> (raw)
In-Reply-To: <51B67550.7070306@twobit.us>
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@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 \
next prev parent reply other threads:[~2013-06-19 13:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-11 0:54 meta-selinux make ALLOW_EMPTY package specific Philip Tricca
2013-06-19 13:53 ` Philip Tricca [this message]
2013-08-02 0:00 ` 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=51C1B7C5.8000408@twobit.us \
--to=flihp@twobit.us \
--cc=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.