diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils-3.1.9/configure.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
67 | cpu=`/usr/sbin/lsattr -F value -l $proc -a type | sed 's/_.*//'` | 67 | cpu=`/usr/sbin/lsattr -F value -l $proc -a type | sed 's/_.*//'` |
68 | else | 68 | else |
69 | - cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'` | 69 | - cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'` |
70 | + cpu=${4:-`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/`} | 70 | + cpu=${4:-`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'`} |
71 | fi | 71 | fi |
72 | if [ "$sys" = "GNU/kFreeBSD" -o "$sys" = "DragonFly" ] | 72 | if [ "$sys" = "GNU/kFreeBSD" -o "$sys" = "DragonFly" ] |
73 | then | 73 | then |