summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-core
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-10 13:38:00 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-10 13:38:00 -0400
commit192908ec113779b0dd2e9d62799eba54d2e73e3f (patch)
tree5b556d241509a1542b33439212658c2785f0add3 /meta-openstack/recipes-core
parent82d6c467bb73938042e7de973e47feb8c57d2004 (diff)
downloadmeta-cloud-services-192908ec113779b0dd2e9d62799eba54d2e73e3f.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-core')
-rw-r--r--meta-openstack/recipes-core/busybox/busybox/horizon.cfg1
-rw-r--r--meta-openstack/recipes-core/busybox/busybox_1.22.1.bbappend5
2 files changed, 6 insertions, 0 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3SRC_URI += " \
4 file://horizon.cfg \
5 "