From: Phil Blundell Date: Fri, 26 Nov 2004 21:54:03 +0000 (+0000) Subject: apply patch from Murray Jensen to fix udhcpc breakage introduced in previous patch X-Git-Tag: Release-2010-05/1~15913 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21dbae2864710bb19fff15c79acfae099cd2e7e7;p=openembedded.git apply patch from Murray Jensen to fix udhcpc breakage introduced in previous patch BKrev: 41a7a5fbf_lvwQweOUgt9MB1uBUsjw --- diff --git a/busybox/busybox-1.00/udhcppidfile-breakage.patch b/busybox/busybox-1.00/udhcppidfile-breakage.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/busybox/busybox_1.00.oe b/busybox/busybox_1.00.oe index 74de8835da..63ac74350d 100644 --- a/busybox/busybox_1.00.oe +++ b/busybox/busybox_1.00.oe @@ -11,7 +11,7 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r6" +PR = "r7" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://add-getkey-applet.patch;patch=1 \ @@ -19,6 +19,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://dhcpretrytime.patch;patch=1 \ file://hdparm_M.patch;patch=1 \ file://udhcppidfile.patch;patch=1 \ + file://udhcppidfile-breakage.patch;patch=1 \ file://defconfig \ file://busybox-cron \ file://busybox-httpd \