diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-14 19:46:57 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-14 19:46:57 +0000 |
commit | c70e41db633d93437d62e84646f165f64fc94523 (patch) | |
tree | dc5e5fcec67726cdded5bd1d497ce687d10da698 | |
parent | 05b3726916c2ef961585895c2e1d97295da446dd (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/14 19:46:36+00:00 nexus.co.uk!pb
add pidfile patch for busybox udhcp, courtesy Murray Jensen
BKrev: 4197b631GC0sNnjH1Pzx4ibG0fdK7Q
-rw-r--r-- | busybox/busybox-1.00/udhcppidfile.patch | 0 | ||||
-rw-r--r-- | busybox/busybox_1.00.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/busybox/busybox-1.00/udhcppidfile.patch b/busybox/busybox-1.00/udhcppidfile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/busybox/busybox-1.00/udhcppidfile.patch diff --git a/busybox/busybox_1.00.oe b/busybox/busybox_1.00.oe index 196f292364..63e4a7cd05 100644 --- a/busybox/busybox_1.00.oe +++ b/busybox/busybox_1.00.oe @@ -11,13 +11,14 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r4" +PR = "r5" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://add-getkey-applet.patch;patch=1 \ file://udhcpscript.patch;patch=1 \ file://dhcpretrytime.patch;patch=1 \ file://hdparm_M.patch;patch=1 \ + file://udhcppidfile.patch;patch=1 \ file://defconfig \ file://busybox-cron \ file://busybox-httpd \ |