From 4c78fa0e31ab1a316150bada9a63311fab85eb92 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 14 Jan 2011 23:34:01 +0000 Subject: [PATCH] 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 --- recipes/busybox/busybox-static_1.18.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5