[oe-commits] Ulf Samuelsson : Fix broken recipe for busybox-1.13.3

GIT User account git at amethyst.openembedded.net
Thu Apr 2 00:19:28 UTC 2009


Module: openembedded.git
Branch: refs/remotes/origin/ulf/linux
Commit: ab2fe0712a975b6eb60ee4a918b79a18267b2e22
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ab2fe0712a975b6eb60ee4a918b79a18267b2e22

Author: Ulf Samuelsson <ulf at grond.(none)>
Date:   Mon Mar 16 22:39:16 2009 +0100

Fix broken recipe for busybox-1.13.3

---

 packages/busybox/busybox_1.13.3.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/packages/busybox/busybox_1.13.3.bb b/packages/busybox/busybox_1.13.3.bb
index 39f7839..1cbc265 100644
--- a/packages/busybox/busybox_1.13.3.bb
+++ b/packages/busybox/busybox_1.13.3.bb
@@ -2,6 +2,7 @@ require busybox.inc
 PR = "r0"
 
 SRC_URI = "\
+  http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
   file://udhcpscript.patch;patch=1 \
   file://udhcpc-fix-nfsroot.patch;patch=1 \
   file://B921600.patch;patch=1 \
@@ -23,6 +24,7 @@ SRC_URI = "\
   file://mdev.conf \
 "
 
+
 EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}"
 
 do_configure () {





More information about the Openembedded-commits mailing list