All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][ 0/4] More whack-a-mole with version numbers.
@ 2015-01-28 15:36 Philip Tricca
  2015-01-28 15:36 ` [meta-selinux][ 1/4] sysklogd: Use wildcard for version and remove PR Philip Tricca
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Philip Tricca @ 2015-01-28 15:36 UTC (permalink / raw)
  To: yocto

This is another round of renaming the meta-selinux bbappends to use
wild cards. The three recipes renamed here had no patches to port.
They're basically 3-4 line recipes that enable SELinux or add a 
config file. Per previous guidance I've removed PRs so hopefully
this is still the right thing to do.

One oddity here is the change made to the ustr recipe. It was using
a variable I've never seen before and failing to fetch the SRC_URI.
I think this variable was a typo and after changing ${BPV} -> ${PV}
the expected behavior was restored.

Philip Tricca (4):
  sysklogd: Use wildcard for version and remove PR.
  dhcp: Use wildcard for version number.
  coreutils: Use wildcard for version and remove PR.
  ustr: Fix use of bad variable in SRC_URI.

 recipes-connectivity/dhcp/dhcp_%.bbappend       |    3 +++
 recipes-connectivity/dhcp/dhcp_4.3.0.bbappend   |    3 ---
 recipes-core/coreutils/coreutils_%.bbappend     |    1 +
 recipes-core/coreutils/coreutils_8.22.bbappend  |    3 ---
 recipes-extended/sysklogd/sysklogd_%.bbappend   |    1 +
 recipes-extended/sysklogd/sysklogd_1.5.bbappend |    3 ---
 recipes-extended/ustr/ustr_1.0.4.bb             |    2 +-
 7 files changed, 6 insertions(+), 10 deletions(-)
 create mode 100644 recipes-connectivity/dhcp/dhcp_%.bbappend
 delete mode 100644 recipes-connectivity/dhcp/dhcp_4.3.0.bbappend
 create mode 100644 recipes-core/coreutils/coreutils_%.bbappend
 delete mode 100644 recipes-core/coreutils/coreutils_8.22.bbappend
 create mode 100644 recipes-extended/sysklogd/sysklogd_%.bbappend
 delete mode 100644 recipes-extended/sysklogd/sysklogd_1.5.bbappend

-- 
1.7.10.4



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

end of thread, other threads:[~2015-02-10 18:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28 15:36 [meta-selinux][ 0/4] More whack-a-mole with version numbers Philip Tricca
2015-01-28 15:36 ` [meta-selinux][ 1/4] sysklogd: Use wildcard for version and remove PR Philip Tricca
2015-01-28 15:36 ` [meta-selinux][ 2/4] dhcp: Use wildcard for version number Philip Tricca
2015-01-28 15:36 ` [meta-selinux][ 3/4] coreutils: Use wildcard for version and remove PR Philip Tricca
2015-01-28 15:36 ` [meta-selinux][ 4/4] ustr: Fix use of bad variable in SRC_URI Philip Tricca
2015-02-10 18:02 ` [meta-selinux][ 0/4] More whack-a-mole with version numbers Philip Tricca

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.