From: Eric BENARD Date: Sat, 1 Jan 2011 06:49:04 +0000 (+0000) Subject: busybox-static: add 1.18.1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a82d14ba042e8a1a451ffb63f53b77dd0d0321d1;p=openembedded.git busybox-static: add 1.18.1 Signed-off-by: Eric Bénard Acked-by: Khem Raj --- diff --git a/recipes/busybox/busybox-static_1.18.1.bb b/recipes/busybox/busybox-static_1.18.1.bb new file mode 100644 index 0000000000..58aca93e6a --- /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 +} +