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:
30e362c
)
busybox-static: add the latest version
author
Eric Bénard
<eric@eukrea.com>
Mon, 1 Nov 2010 13:51:20 +0000
(14:51 +0100)
committer
Eric Bénard
<eric@eukrea.com>
Tue, 2 Nov 2010 11:27:31 +0000
(12:27 +0100)
tested using initramfs-image
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/busybox/busybox-static_1.17.3.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/busybox/busybox-static_1.17.3.bb
b/recipes/busybox/busybox-static_1.17.3.bb
new file mode 100644
(file)
index 0000000..
325752a
--- /dev/null
+++ b/
recipes/busybox/busybox-static_1.17.3.bb
@@ -0,0
+1,11
@@
+require busybox_${PV}.bb
+PR = "${INC_PR}.0"
+
+FILESPATHPKG =. "busybox-${PV}:"
+S = "${WORKDIR}/busybox-${PV}"
+
+do_configure_append() {
+ sed -i -e '/CONFIG_STATIC/d' .config
+ echo "CONFIG_STATIC=y" >>.config
+}
+