busybox-static: add the latest version
authorEric Bénard <eric@eukrea.com>
Mon, 1 Nov 2010 13:51:20 +0000 (14:51 +0100)
committerEric 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]

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
@@ -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
+}
+