All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] busybox-static: add the latest version
@ 2010-11-01 21:35 Eric Bénard
  2010-11-01 21:35 ` [PATCH 2/3] busybox: 1.17.3 is stable and can be the default fallback version Eric Bénard
  2010-11-02  4:46 ` [PATCH 1/3] busybox-static: add the latest version Khem Raj
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Bénard @ 2010-11-01 21:35 UTC (permalink / raw)
  To: openembedded-devel

tested using initramfs-image

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes/busybox/busybox-static_1.17.3.bb |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 recipes/busybox/busybox-static_1.17.3.bb

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




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-11-02  6:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-01 21:35 [PATCH 1/3] busybox-static: add the latest version Eric Bénard
2010-11-01 21:35 ` [PATCH 2/3] busybox: 1.17.3 is stable and can be the default fallback version Eric Bénard
2010-11-01 21:35   ` [PATCH v2 3/3] busybox: remove unused version Eric Bénard
2010-11-02  4:45   ` [PATCH 2/3] busybox: 1.17.3 is stable and can be the default fallback version Khem Raj
2010-11-02  6:27     ` Frans Meulenbroeks
2010-11-02  4:46 ` [PATCH 1/3] busybox-static: add the latest version Khem Raj
2010-11-02  6:28   ` Frans Meulenbroeks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.