From 0356d3dccfbc3884a5b1370decd540b3a3e49317 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eric=20B=C3=A9nard?= Date: Mon, 1 Nov 2010 14:51:20 +0100 Subject: [PATCH] busybox-static: add the latest version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit tested using initramfs-image Signed-off-by: Eric Bénard Acked-by: Khem Raj Acked-by: Frans Meulenbroeks --- recipes/busybox/busybox-static_1.17.3.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/busybox/busybox-static_1.17.3.bb 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 +} + -- 2.39.5