diff options
| author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:18:32 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 14:09:33 +0100 |
| commit | 3909b764b74ed9fd99ff97c49e9ee12890478015 (patch) | |
| tree | db06f8f5b47947f689e90a65c4f60514596220e3 /meta/recipes-bsp | |
| parent | 434f139f812079e2d6d78e89af69778c4282a8ed (diff) | |
| download | poky-3909b764b74ed9fd99ff97c49e9ee12890478015.tar.gz | |
recipes: Use -uclibceabi instead of -uclibcgnueabi
(From OE-Core rev: 3aa429406184d27bdb8a771c4c12bde1dcccb95b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
| -rw-r--r-- | meta/recipes-bsp/pciutils/pciutils-3.1.7/configure.patch | 2 | ||||
| -rw-r--r-- | meta/recipes-bsp/pciutils/pciutils-3.1.7/guess-fix.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.7/configure.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.7/configure.patch index 1bfe724750..600af79149 100644 --- a/meta/recipes-bsp/pciutils/pciutils-3.1.7/configure.patch +++ b/meta/recipes-bsp/pciutils/pciutils-3.1.7/configure.patch | |||
| @@ -63,7 +63,7 @@ diff -uNr pciutils-3.1.5.orig/lib/configure pciutils-3.1.5/lib/configure | |||
| 63 | + sys=linux | 63 | + sys=linux |
| 64 | +fi | 64 | +fi |
| 65 | + | 65 | + |
| 66 | +if [ "$host" = "linux--uclibcgnueabi" ] | 66 | +if [ "$host" = "linux--uclibceabi" ] |
| 67 | +then | 67 | +then |
| 68 | + sys=linux | 68 | + sys=linux |
| 69 | +fi | 69 | +fi |
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 9072d2a68f..f1fcb332ce 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 | |||
| 25 | - sys=linux | 25 | - sys=linux |
| 26 | -fi | 26 | -fi |
| 27 | - | 27 | - |
| 28 | -if [ "$host" = "linux--uclibcgnueabi" ] | 28 | -if [ "$host" = "linux--uclibceabi" ] |
| 29 | -then | 29 | -then |
| 30 | - sys=linux | 30 | - sys=linux |
| 31 | -fi | 31 | -fi |
