All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] meta-selinux on master branch
@ 2014-05-14 22:24 Armin Kuster
  2014-05-14 22:24 ` [PATCH 1/9] Use wildcard for augeas bbappend name Armin Kuster
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Armin Kuster @ 2014-05-14 22:24 UTC (permalink / raw)
  To: mark.hatle; +Cc: yocto

  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.


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

-- 
1.9.1



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-05-15  2:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 0/9] meta-selinux on master branch Mark Hatle

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.