From patchwork Fri Jan 14 15:34:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: busybox-static: Look in ${P}:${BPN} before the main busybox Date: Fri, 14 Jan 2011 15:34:01 -0000 From: Tom Rini X-Patchwork-Id: 282 Message-Id: <1295019241-5145-1-git-send-email-tom_rini@mentor.com> To: openembedded-devel@lists.openembedded.org Update FILESPATHPKG so that busybox-static could have its own starting defconfig. Signed-off-by: Tom Rini --- recipes/busybox/busybox-static_1.18.1.bb | 2 +- 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 58aca93..27d4121 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() {