busybox-static: Look in ${P}:${BPN} before the main busybox
authorTom Rini <tom_rini@mentor.com>
Fri, 14 Jan 2011 23:34:01 +0000 (23:34 +0000)
committerKhem Raj <raj.khem@gmail.com>
Sat, 15 Jan 2011 23:46:49 +0000 (15:46 -0800)
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>
recipes/busybox/busybox-static_1.18.1.bb

index 58aca93..27d4121 100644 (file)
@@ -1,6 +1,6 @@
 require busybox_${PV}.bb
 
-FILESPATHPKG =. "busybox-${PV}:"
+FILESPATHPKG =. "${P}:${BPN}:busybox-${PV}:"
 S = "${WORKDIR}/busybox-${PV}"
 
 do_configure_append() {