From: Tom Rini Date: Fri, 14 Jan 2011 23:34:01 +0000 (+0000) Subject: busybox-static: Look in ${P}:${BPN} before the main busybox X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c78fa0e31ab1a316150bada9a63311fab85eb92;p=openembedded.git 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 Signed-off-by: Khem Raj --- 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() {