From 192908ec113779b0dd2e9d62799eba54d2e73e3f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 10 Jul 2014 13:38:00 -0400 Subject: busybox: ensure that WHICH is availble horizon (among other services) requires which to be available to locate the python interpreter. Rather than relying on defconfigs, we add an explicit fragment to ensure this is always available. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-core/busybox/busybox/horizon.cfg | 1 + meta-openstack/recipes-core/busybox/busybox_1.22.1.bbappend | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 meta-openstack/recipes-core/busybox/busybox/horizon.cfg create mode 100644 meta-openstack/recipes-core/busybox/busybox_1.22.1.bbappend diff --git a/meta-openstack/recipes-core/busybox/busybox/horizon.cfg b/meta-openstack/recipes-core/busybox/busybox/horizon.cfg new file mode 100644 index 0000000..52ec794 --- /dev/null +++ b/meta-openstack/recipes-core/busybox/busybox/horizon.cfg @@ -0,0 +1 @@ +CONFIG_WHICH=y diff --git a/meta-openstack/recipes-core/busybox/busybox_1.22.1.bbappend b/meta-openstack/recipes-core/busybox/busybox_1.22.1.bbappend new file mode 100644 index 0000000..569bd30 --- /dev/null +++ b/meta-openstack/recipes-core/busybox/busybox_1.22.1.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += " \ + file://horizon.cfg \ + " -- cgit v1.2.3-54-g00ecf