git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72576de
)
busybox-static: Look in ${P}:${BPN} before the main busybox
author
Tom Rini
<tom_rini@mentor.com>
Fri, 14 Jan 2011 23:34:01 +0000
(23:34 +0000)
committer
Khem Raj
<raj.khem@gmail.com>
Sat, 15 Jan 2011 23:46:49 +0000
(15:46 -0800)
Update FILESPATHPKG so that busybox-static could have its own
starting defconfig.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/busybox/busybox-static_1.18.1.bb
patch
|
blob
|
history
diff --git
a/recipes/busybox/busybox-static_1.18.1.bb
b/recipes/busybox/busybox-static_1.18.1.bb
index
58aca93
..
27d4121
100644
(file)
--- 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() {