[oe-commits] Eric BENARD : busybox-static: add 1.18.1

git version control git at git.openembedded.org
Sat Jan 1 12:48:59 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a82d14ba042e8a1a451ffb63f53b77dd0d0321d1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a82d14ba042e8a1a451ffb63f53b77dd0d0321d1

Author: Eric BENARD <eric at eukrea.com>
Date:   Sat Jan  1 06:49:04 2011 +0000

busybox-static: add 1.18.1

Signed-off-by: Eric Bénard <eric at eukrea.com>
Acked-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/busybox/busybox-static_1.18.1.bb |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

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
+}
+





More information about the Openembedded-commits mailing list