summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-05 18:19:09 +0000
committerPhil Blundell <philb@gnu.org>2004-07-05 18:19:09 +0000
commit20fc2e9e0e0e1b9d86706762bf17ba3f5e3fa4c7 (patch)
tree61bb21572bf6e771e998c528c306881f7f0cf595
parentae684d2500f4ee00dd01e28dcf7a7a76dfda69cc (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into dixie.nexus.co.uk:/home/pb/oe/oe-packages 2004/07/05 19:18:54+01:00 nexus.co.uk!pb apply awk patch from Dmitry Zakharov to fix problems with freeswan BKrev: 40e99b9dfKOD4xIYpPSwzkmVlwpSRg
-rw-r--r--busybox/busybox-1.00-pre10/awk.patch0
-rw-r--r--busybox/busybox_1.00-pre10.oe3
2 files changed, 2 insertions, 1 deletions
diff --git a/busybox/busybox-1.00-pre10/awk.patch b/busybox/busybox-1.00-pre10/awk.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/busybox/busybox-1.00-pre10/awk.patch
diff --git a/busybox/busybox_1.00-pre10.oe b/busybox/busybox_1.00-pre10.oe
index 276b02dde4..1cb3207ae8 100644
--- a/busybox/busybox_1.00-pre10.oe
+++ b/busybox/busybox_1.00-pre10.oe
@@ -1,4 +1,4 @@
-PR = "r5"
+PR = "r6"
LICENSE = "GPL"
DESCRIPTION = "BusyBox version ${PV}. \
BusyBox combines tiny versions of many common UNIX utilities into a single \
@@ -14,6 +14,7 @@ system."
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://add-getkey-applet.patch;patch=1 \
file://bb-iproute-iftunnel.patch;patch=1 \
+ file://awk.patch;patch=1;pnum=0 \
file://defconfig \
file://syslog \
file://hwclock.sh"