[oe-commits] org.oe.dev slingbox-1.3.1: Remove bashism from scripts/trylink

rwhitby commit openembedded-commits at lists.openembedded.org
Wed Dec 19 08:13:34 UTC 2007


slingbox-1.3.1: Remove bashism from scripts/trylink

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 8c623c07e2b9ac8518c6996f21854952b110d66c
ViewMTN: http://monotone.openembedded.org/revision/info/8c623c07e2b9ac8518c6996f21854952b110d66c
Files:
1
packages/busybox/slingbox-1.3.1/trylink-bash.patch
packages/busybox/slingbox_1.3.1.bb
Diffs:

#
# mt diff -rc2b6ec6ab4d7fe9e98eeb4ab4762cdb5da714774 -r8c623c07e2b9ac8518c6996f21854952b110d66c
#
# 
# 
# add_file "packages/busybox/slingbox-1.3.1/trylink-bash.patch"
#  content [fbfb8d89b82b23281a81d8c213e2e06f14ddd929]
# 
# patch "packages/busybox/slingbox_1.3.1.bb"
#  from [f366957202587b2eaefca465454f5dc881c4a445]
#    to [62efeeb84a12bd2df44a38f8eb61e035c357cecb]
# 
============================================================
--- packages/busybox/slingbox-1.3.1/trylink-bash.patch	fbfb8d89b82b23281a81d8c213e2e06f14ddd929
+++ packages/busybox/slingbox-1.3.1/trylink-bash.patch	fbfb8d89b82b23281a81d8c213e2e06f14ddd929
@@ -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"
============================================================
--- packages/busybox/slingbox_1.3.1.bb	f366957202587b2eaefca465454f5dc881c4a445
+++ packages/busybox/slingbox_1.3.1.bb	62efeeb84a12bd2df44a38f8eb61e035c357cecb
@@ -1,10 +1,10 @@ PRIORITY = "required"
 DESCRIPTION = "SlingBox is a minimal version of BusyBox with just enough functionality \
 to enable ipkg to run on an Unslung NSLU2 device."
 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/downlo
            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"
 






More information about the Openembedded-commits mailing list