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:
2acee31
)
busybox-static: add 1.18.1
author
Eric BENARD
<eric@eukrea.com>
Sat, 1 Jan 2011 06:49:04 +0000
(06:49 +0000)
committer
Eric Bénard
<eric@eukrea.com>
Sat, 1 Jan 2011 12:42:09 +0000
(13:42 +0100)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
recipes/busybox/busybox-static_1.18.1.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/busybox/busybox-static_1.18.1.bb
b/recipes/busybox/busybox-static_1.18.1.bb
new file mode 100644
(file)
index 0000000..
58aca93
--- /dev/null
+++ b/
recipes/busybox/busybox-static_1.18.1.bb
@@ -0,0
+1,10
@@
+require busybox_${PV}.bb
+
+FILESPATHPKG =. "busybox-${PV}:"
+S = "${WORKDIR}/busybox-${PV}"
+
+do_configure_append() {
+ sed -i -e '/CONFIG_STATIC/d' .config
+ echo "CONFIG_STATIC=y" >>.config
+}
+