aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-11-01 14:51:20 +0100
committerEric Bénard <eric@eukrea.com>2010-11-02 12:27:31 +0100
commit0356d3dccfbc3884a5b1370decd540b3a3e49317 (patch)
tree5abb69ce312579a97b33424d1bc1b4174952aa25
parent30e362c22a49521ebeef9bed1f0c58902b7dc50b (diff)
downloadopenembedded-0356d3dccfbc3884a5b1370decd540b3a3e49317.tar.gz
busybox-static: add the latest version
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>
-rw-r--r--recipes/busybox/busybox-static_1.17.3.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/busybox/busybox-static_1.17.3.bb b/recipes/busybox/busybox-static_1.17.3.bb
new file mode 100644
index 0000000000..325752aec0
--- /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
+}
+