[oe-commits] Eric Bénard : busybox-static: add the latest version

git version control git at git.openembedded.org
Tue Nov 2 11:31:27 UTC 2010


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

Author: Eric Bénard <eric at eukrea.com>
Date:   Mon Nov  1 14:51:20 2010 +0100

busybox-static: add the latest version

tested using initramfs-image

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

---

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

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 0000000..325752a
--- /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
+}
+





More information about the Openembedded-commits mailing list