diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-24 09:30:13 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-24 09:30:13 +0000 |
commit | 6d0e2e92d2554ed14609344c12af917db59cd623 (patch) | |
tree | 810fdaba30999d878417dc7cc20896cbaebe1788 /busybox | |
parent | 4fc74ac083ab37da9368a7e4afaeb674c636037d (diff) |
add latest awk patch from Dmitry Zakharov
BKrev: 4153e925TQ2U3ChgLPAxp_BnHAB5jw
Diffstat (limited to 'busybox')
-rw-r--r-- | busybox/busybox-1.00-rc3/awk2.patch | 0 | ||||
-rw-r--r-- | busybox/busybox_1.00-rc3.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/busybox/busybox-1.00-rc3/awk2.patch b/busybox/busybox-1.00-rc3/awk2.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/busybox/busybox-1.00-rc3/awk2.patch diff --git a/busybox/busybox_1.00-rc3.oe b/busybox/busybox_1.00-rc3.oe index f2840f4a1a..b055064e1d 100644 --- a/busybox/busybox_1.00-rc3.oe +++ b/busybox/busybox_1.00-rc3.oe @@ -10,12 +10,13 @@ system." LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r4" +PR = "r5" # file://busybox-1.00-pre10-fuser.patch;patch=1 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://HEAD-20040829.patch;patch=1 \ file://add-getkey-applet.patch;patch=1 \ + file://awk2.patch;patch=1 \ file://defconfig \ file://cron \ file://httpd \ |