All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][PATCH 0/4] Begin mingrating bbappends to use wildcards in place of version numbers.
@ 2014-02-07  3:09 Philip Tricca
  2014-02-07  3:09 ` [meta-selinux][PATCH 1/4] busybox: Use wildcard for version number in busybox bbappend Philip Tricca
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Philip Tricca @ 2014-02-07  3:09 UTC (permalink / raw)
  To: yocto

The current trend in OE recipes seems to use a wildcard in place of version numbers for bbappends. AFAIK this is a relatively new feature but a welcome one. This is a sort of RFC in that I think it's probably best for meta-selinux to use this mechanism to keep from having to rename bbappends everytime something in oe-core changes. I guess the right way to implement this is to change the bbappends in meta-selinux when the version numbers change upstream.

Philip Tricca (4):
  busybox: Use wildcard for version number in busybox bbappend.
  libcgroup: Use wildcard for version number in libcgroup bbappend.
  sudo: Use wildcard for version number in sudo bbappend.
  libxcb: Use wildcard for version number in libxcb bbappend.

 recipes-core/busybox/busybox_%.bbappend        |   87 ++++++++++++++++++++++++
 recipes-core/busybox/busybox_1.21.1.bbappend   |   87 ------------------------
 recipes-core/libcgroup/libcgroup_%.bbappend    |   12 ++++
 recipes-core/libcgroup/libcgroup_0.38.bbappend |   12 ----
 recipes-extended/sudo/sudo_%.bbappend          |    3 +
 recipes-extended/sudo/sudo_1.8.8.bbappend      |    3 -
 recipes-graphics/xcb/libxcb_%.bbappend         |    8 +++
 recipes-graphics/xcb/libxcb_1.9.3.bbappend     |    8 ---
 8 files changed, 110 insertions(+), 110 deletions(-)
 create mode 100644 recipes-core/busybox/busybox_%.bbappend
 delete mode 100644 recipes-core/busybox/busybox_1.21.1.bbappend
 create mode 100644 recipes-core/libcgroup/libcgroup_%.bbappend
 delete mode 100644 recipes-core/libcgroup/libcgroup_0.38.bbappend
 create mode 100644 recipes-extended/sudo/sudo_%.bbappend
 delete mode 100644 recipes-extended/sudo/sudo_1.8.8.bbappend
 create mode 100644 recipes-graphics/xcb/libxcb_%.bbappend
 delete mode 100644 recipes-graphics/xcb/libxcb_1.9.3.bbappend

-- 
1.7.10.4



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

end of thread, other threads:[~2014-02-13 15:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-07  3:09 [meta-selinux][PATCH 0/4] Begin mingrating bbappends to use wildcards in place of version numbers Philip Tricca
2014-02-07  3:09 ` [meta-selinux][PATCH 1/4] busybox: Use wildcard for version number in busybox bbappend Philip Tricca
2014-02-07  3:09 ` [meta-selinux][PATCH 2/4] libcgroup: Use wildcard for version number in libcgroup bbappend Philip Tricca
2014-02-07  3:09 ` [meta-selinux][PATCH 3/4] sudo: Use wildcard for version number in sudo bbappend Philip Tricca
2014-02-07  3:09 ` [meta-selinux][PATCH 4/4] libxcb: Use wildcard for version number in libxcb bbappend Philip Tricca
2014-02-11 20:11 ` [meta-selinux][PATCH 0/4] Begin mingrating bbappends to use wildcards in place of version numbers Randy MacLeod
2014-02-12  1:15   ` Joe MacDonald
2014-02-12  2:54     ` Philip Tricca
2014-02-12 14:57       ` Randy MacLeod
2014-02-13  0:18         ` Joe MacDonald
2014-02-13  2:33           ` Pascal Ouyang
2014-02-13 15:49             ` Joe MacDonald

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.