[oe-commits] Tom Rini : busybox-static: Look in ${P}:${BPN} before the main busybox

git version control git at git.openembedded.org
Sat Jan 15 23:54:25 UTC 2011


Module: openembedded.git
Branch: master
Commit: 4c78fa0e31ab1a316150bada9a63311fab85eb92
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4c78fa0e31ab1a316150bada9a63311fab85eb92

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Jan 14 23:34:01 2011 +0000

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 at mentor.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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() {





More information about the Openembedded-commits mailing list