All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] busybox-static: Look in ${P}:${BPN} before the main busybox
@ 2011-01-14 15:34 Tom Rini
  2011-01-14 15:46 ` Tom Rini
  2011-01-14 20:12 ` Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Rini @ 2011-01-14 15:34 UTC (permalink / raw)
  To: openembedded-devel

Update FILESPATHPKG so that busybox-static could have its own
starting defconfig.

Signed-off-by: Tom Rini <tom_rini@mentor.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() {
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-14 20:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 15:34 [PATCH] busybox-static: Look in ${P}:${BPN} before the main busybox Tom Rini
2011-01-14 15:46 ` Tom Rini
2011-01-14 20:12 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.