From patchwork Fri Dec 31 22:49:04 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [3/3] busybox-static: add 1.18.1 Date: Fri, 31 Dec 2010 22:49:04 -0000 From: Eric BENARD X-Patchwork-Id: 153 Message-Id: <1293835744-10837-3-git-send-email-eric@eukrea.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Eric Bénard Acked-by: Khem Raj --- recipes/busybox/busybox-static_1.18.1.bb | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) 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 0000000..58aca93 --- /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 +} +