From a82d14ba042e8a1a451ffb63f53b77dd0d0321d1 Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Sat, 1 Jan 2011 06:49:04 +0000 Subject: [PATCH] busybox-static: add 1.18.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bénard Acked-by: Khem Raj --- recipes/busybox/busybox-static_1.18.1.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/busybox/busybox-static_1.18.1.bb 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 +} + -- 2.39.5