From: Eric Bénard Date: Mon, 1 Nov 2010 13:51:20 +0000 (+0100) Subject: busybox-static: add the latest version X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0356d3dccfbc3884a5b1370decd540b3a3e49317;p=openembedded.git busybox-static: add the latest version tested using initramfs-image Signed-off-by: Eric Bénard Acked-by: Khem Raj Acked-by: Frans Meulenbroeks --- 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 +} +