From: Rod Whitby Date: Wed, 19 Dec 2007 04:21:26 +0000 (+0000) Subject: slingbox-1.3.1: Remove bashism from scripts/trylink X-Git-Tag: Release-2010-05/1~8136^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4b6192d13d57d7d1c42d8b257aae10fc9500a4;p=openembedded.git slingbox-1.3.1: Remove bashism from scripts/trylink --- diff --git a/packages/busybox/slingbox-1.3.1/trylink-bash.patch b/packages/busybox/slingbox-1.3.1/trylink-bash.patch new file mode 100644 index 0000000000..fea868aff4 --- /dev/null +++ b/packages/busybox/slingbox-1.3.1/trylink-bash.patch @@ -0,0 +1,11 @@ +--- 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 62d150a9fe..4d3ab56cc3 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 = "r1" +PR = "r2" COMPATIBLE_MACHINE = "nslu2" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ @@ -14,6 +14,7 @@ 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"