From: Mark Hatle <mark.hatle@windriver.com>
To: Armin Kuster <akuster808@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 0/9] meta-selinux on master branch
Date: Wed, 14 May 2014 17:34:42 -0500 [thread overview]
Message-ID: <5373EF82.20906@windriver.com> (raw)
In-Reply-To: <1400106263-25100-1-git-send-email-akuster808@gmail.com>
On 5/14/14, 5:24 PM, Armin Kuster wrote:
> These patches fix 'ERROR: No recipes available for:'
> build issues by syncing the with version in Poky master.
> In most cases, the bbappends include coniguration
> parameters and using a wildcard in the version works for now.
> I removed patches if the changes are the newer versions.
>
> I am working on a build failure in refpolicy-* and manybe more
> but wanted to get these changes out for review and feedback.
Thanks, I'll try to get these included in the next day or so.
(All of the changes look reasonable on first glance.)
--Mark
>
> Armin Kuster (9):
> Use wildcard for augeas and fix build issue
> Use wildcard in mesa bbappend name
> Use wildcard in bind bbappend name
> Use wildcard in kernel bbappend name
> Use wildcard in openssh bbappedn name
> update util-linux package version and remove patch
> Update to latest swig from meta-openembedded
> update psmics 22.21 and remove un needed patch
> setools fix do_configure
>
> recipes-connectivity/bind/bind_9.%.bbappend | 13 +
> recipes-connectivity/bind/bind_9.8.1.bbappend | 13 -
> recipes-connectivity/openssh/openssh_6.%.bbappend | 13 +
> .../openssh/openssh_6.4p1.bbappend | 13 -
> recipes-core/util-linux/util-linux_2.23.2.bbappend | 8 -
> recipes-core/util-linux/util-linux_2.24.2.bbappend | 5 +
> recipes-devtools/swig/swig.inc | 8 +-
> recipes-devtools/swig/swig_2.0.10.bb | 9 -
> recipes-devtools/swig/swig_2.0.12.bb | 7 +
> recipes-extended/augeas/augeas_1.%.bbappend | 1 +
> recipes-extended/augeas/augeas_1.1.0.bbappend | 1 -
> .../psmisc/pstree-compiles-with-SE-Linux.patch | 265 ---------------------
> recipes-extended/psmisc/psmisc_22.20.bbappend | 7 -
> recipes-extended/psmisc/psmisc_22.21.bbappend | 5 +
> recipes-graphics/mesa/mesa_9.2.%.bbappend | 6 +
> recipes-graphics/mesa/mesa_9.2.2.bbappend | 6 -
> recipes-kernel/linux/linux-yocto_3.%.bbappend | 7 +
> recipes-kernel/linux/linux-yocto_3.8.bbappend | 7 -
> recipes-security/setools/setools_3.3.8.bb | 4 +-
> 19 files changed, 66 insertions(+), 332 deletions(-)
> create mode 100644 recipes-connectivity/bind/bind_9.%.bbappend
> delete mode 100644 recipes-connectivity/bind/bind_9.8.1.bbappend
> create mode 100644 recipes-connectivity/openssh/openssh_6.%.bbappend
> delete mode 100644 recipes-connectivity/openssh/openssh_6.4p1.bbappend
> delete mode 100644 recipes-core/util-linux/util-linux_2.23.2.bbappend
> create mode 100644 recipes-core/util-linux/util-linux_2.24.2.bbappend
> delete mode 100644 recipes-devtools/swig/swig_2.0.10.bb
> create mode 100644 recipes-devtools/swig/swig_2.0.12.bb
> create mode 100644 recipes-extended/augeas/augeas_1.%.bbappend
> delete mode 100644 recipes-extended/augeas/augeas_1.1.0.bbappend
> delete mode 100644 recipes-extended/psmisc/psmisc/pstree-compiles-with-SE-Linux.patch
> delete mode 100644 recipes-extended/psmisc/psmisc_22.20.bbappend
> create mode 100644 recipes-extended/psmisc/psmisc_22.21.bbappend
> create mode 100644 recipes-graphics/mesa/mesa_9.2.%.bbappend
> delete mode 100644 recipes-graphics/mesa/mesa_9.2.2.bbappend
> create mode 100644 recipes-kernel/linux/linux-yocto_3.%.bbappend
> delete mode 100644 recipes-kernel/linux/linux-yocto_3.8.bbappend
>
prev parent reply other threads:[~2014-05-14 22:34 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-14 22:24 [PATCH 0/9] meta-selinux on master branch Armin Kuster
2014-05-14 22:24 ` [PATCH 1/9] Use wildcard for augeas bbappend name Armin Kuster
2014-05-14 22:24 ` [PATCH 2/9] Use wildcard in mesa " Armin Kuster
2014-05-15 0:45 ` Khem Raj
2014-05-15 2:38 ` akuster808
2014-05-14 22:24 ` [PATCH 3/9] Use wildcard in bind " Armin Kuster
2014-05-14 22:24 ` [PATCH 4/9] Use wildcard in kernel " Armin Kuster
2014-05-14 22:24 ` [PATCH 5/9] Use wildcard in openssh name Armin Kuster
2014-05-14 22:24 ` [PATCH 6/9] update util-linux package version and remove patch Armin Kuster
2014-05-15 0:47 ` Khem Raj
2014-05-14 22:24 ` [PATCH 7/9] Update to latest swig from meta-openembedded Armin Kuster
2014-05-14 22:24 ` [PATCH 8/9] update psmics 22.21 and remove unneeded patch Armin Kuster
2014-05-14 22:24 ` [PATCH 9/9] setools fix do_configure Armin Kuster
2014-05-15 0:44 ` Khem Raj
2014-05-14 22:34 ` Mark Hatle [this message]
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=5373EF82.20906@windriver.com \
--to=mark.hatle@windriver.com \
--cc=akuster808@gmail.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.