diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-05 18:19:09 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-05 18:19:09 +0000 |
commit | 20fc2e9e0e0e1b9d86706762bf17ba3f5e3fa4c7 (patch) | |
tree | 61bb21572bf6e771e998c528c306881f7f0cf595 | |
parent | ae684d2500f4ee00dd01e28dcf7a7a76dfda69cc (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.patch | 0 | ||||
-rw-r--r-- | busybox/busybox_1.00-pre10.oe | 3 |
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" |