From f408dd164ee4aee7ae0e46392fb088c5263ea81c Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 31 Jan 2012 15:21:00 -0800 Subject: pciutils: fix configure script for dash configure.patch was missing a closing quote in a sed expression which causes script execution to error on less forgiving shells such as dash. (From OE-Core rev: ad72484a2783afa948966263629006558fbde476) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta/recipes-bsp/pciutils/pciutils-3.1.9/configure.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-bsp') diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.9/configure.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.9/configure.patch index 658e59772c..66c9f91630 100644 --- a/meta/recipes-bsp/pciutils/pciutils-3.1.9/configure.patch +++ b/meta/recipes-bsp/pciutils/pciutils-3.1.9/configure.patch @@ -67,7 +67,7 @@ diff -r af2b10cc3c14 lib/configure cpu=`/usr/sbin/lsattr -F value -l $proc -a type | sed 's/_.*//'` else - cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'` -+ cpu=${4:-`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/`} ++ cpu=${4:-`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'`} fi if [ "$sys" = "GNU/kFreeBSD" -o "$sys" = "DragonFly" ] then -- cgit v1.2.3-54-g00ecf