summaryrefslogtreecommitdiff
path: root/meta/recipes-bsp/pciutils/pciutils-3.1.7/guess-fix.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 20:18:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 12:44:17 +0100
commit3aa429406184d27bdb8a771c4c12bde1dcccb95b (patch)
tree87ce044919711f64aff6a258e7562c65841dd3b7 /meta/recipes-bsp/pciutils/pciutils-3.1.7/guess-fix.patch
parent7be4299defe061177096946c614f42b7e025b209 (diff)
downloadopenembedded-core-3aa429406184d27bdb8a771c4c12bde1dcccb95b.tar.gz
openembedded-core-3aa429406184d27bdb8a771c4c12bde1dcccb95b.tar.bz2
openembedded-core-3aa429406184d27bdb8a771c4c12bde1dcccb95b.tar.xz
openembedded-core-3aa429406184d27bdb8a771c4c12bde1dcccb95b.zip
recipes: Use -uclibceabi instead of -uclibcgnueabi
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-bsp/pciutils/pciutils-3.1.7/guess-fix.patch')
-rw-r--r--meta/recipes-bsp/pciutils/pciutils-3.1.7/guess-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.7/guess-fix.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.7/guess-fix.patch
index 9072d2a68..f1fcb332c 100644
--- a/meta/recipes-bsp/pciutils/pciutils-3.1.7/guess-fix.patch
+++ b/meta/recipes-bsp/pciutils/pciutils-3.1.7/guess-fix.patch
@@ -25,7 +25,7 @@ index 4318b05..84f6acb 100755
- sys=linux
-fi
-
--if [ "$host" = "linux--uclibcgnueabi" ]
+-if [ "$host" = "linux--uclibceabi" ]
-then
- sys=linux
-fi