diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-12-19 04:27:56 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-12-19 04:27:56 +0000 |
commit | 4b7e11db3b6c045c75818934ac11c87210001a09 (patch) | |
tree | 5c4e4d1093ee20d0dc62b41631074e97b01b2525 /packages | |
parent | 0b4b6192d13d57d7d1c42d8b257aae10fc9500a4 (diff) |
disapproval of revision '8c623c07e2b9ac8518c6996f21854952b110d66c'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/busybox/slingbox-1.3.1/trylink-bash.patch | 11 | ||||
-rw-r--r-- | packages/busybox/slingbox_1.3.1.bb | 3 |
2 files changed, 1 insertions, 13 deletions
diff --git a/packages/busybox/slingbox-1.3.1/trylink-bash.patch b/packages/busybox/slingbox-1.3.1/trylink-bash.patch deleted file mode 100644 index fea868aff4..0000000000 --- a/packages/busybox/slingbox-1.3.1/trylink-bash.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- busybox-1.3.1/scripts/trylink~ 2007-12-19 14:40:01.000000000 +1030 -+++ busybox-1.3.1/scripts/trylink 2007-12-19 14:46:59.000000000 +1030 -@@ -2,8 +2,8 @@ - - debug=false - --function try { -+try { - added="$1" - shift - $debug && echo "Trying: $* $added" diff --git a/packages/busybox/slingbox_1.3.1.bb b/packages/busybox/slingbox_1.3.1.bb index 4d3ab56cc3..62d150a9fe 100644 --- a/packages/busybox/slingbox_1.3.1.bb +++ b/packages/busybox/slingbox_1.3.1.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r2" +PR = "r1" COMPATIBLE_MACHINE = "nslu2" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ @@ -14,7 +14,6 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://lazy_umount.patch;patch=1 \ file://halt.patch;patch=1 \ file://fdisk-readhex.patch;patch=1 \ - file://trylink-bash.patch;patch=1 \ file://slingbox_name.patch;patch=1 \ file://slingbox.patch;patch=1" |