aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-14 23:34:01 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-15 15:46:49 -0800
commit4c78fa0e31ab1a316150bada9a63311fab85eb92 (patch)
treee60e84e48e7be801c0ee2946dce6270151f16bda /recipes/busybox
parent72576de5f3aec65970e75f2116516e33239b8d9f (diff)
downloadopenembedded-4c78fa0e31ab1a316150bada9a63311fab85eb92.tar.gz
busybox-static: Look in ${P}:${BPN} before the main busybox
Update FILESPATHPKG so that busybox-static could have its own starting defconfig. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/busybox')
-rw-r--r--recipes/busybox/busybox-static_1.18.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/busybox/busybox-static_1.18.1.bb b/recipes/busybox/busybox-static_1.18.1.bb
index 58aca93e6a..27d4121c80 100644
--- a/recipes/busybox/busybox-static_1.18.1.bb
+++ b/recipes/busybox/busybox-static_1.18.1.bb
@@ -1,6 +1,6 @@
require busybox_${PV}.bb
-FILESPATHPKG =. "busybox-${PV}:"
+FILESPATHPKG =. "${P}:${BPN}:busybox-${PV}:"
S = "${WORKDIR}/busybox-${PV}"
do_configure_append() {