diff options
| author | Phil Blundell <pb@pbcl.net> | 2011-06-03 19:55:33 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 15:22:56 +0100 |
| commit | 9031e7e16f54e818b5e7c2d46ef720fd0f8c2cfa (patch) | |
| tree | 468cc3ba44f81de2e4b2abcaba50ff6f4ba19104 | |
| parent | f5de11c54ee42e3e61d6680de8302dd99dd5e633 (diff) | |
| download | poky-9031e7e16f54e818b5e7c2d46ef720fd0f8c2cfa.tar.gz | |
uclibc: remove PACKAGE_ARCH
There is no good reason for uclibc to be machine specific. Remove local
assignment to PACKAGE_ARCH so that it gets the default target
architecture and bump PR for that change.
See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003064.html
(From OE-Core rev: 6625936c011aa939e60041dc6be9850e925a6cc3)
Signed-off-by: Phil Blundell <philb@gnu.org>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/uclibc/uclibc_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-core/uclibc/uclibc_git.bb b/meta/recipes-core/uclibc/uclibc_git.bb index 6c88513bc6..78ef4f28d9 100644 --- a/meta/recipes-core/uclibc/uclibc_git.bb +++ b/meta/recipes-core/uclibc/uclibc_git.bb | |||
| @@ -2,11 +2,9 @@ SRCREV="71d63ed75648da9b0b71afabb9c60aaad792c55c" | |||
| 2 | 2 | ||
| 3 | require uclibc.inc | 3 | require uclibc.inc |
| 4 | PV = "0.9.31+0.9.32rc3" | 4 | PV = "0.9.31+0.9.32rc3" |
| 5 | PR = "${INC_PR}.2" | 5 | PR = "${INC_PR}.3" |
| 6 | PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" | 6 | PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" |
| 7 | 7 | ||
| 8 | #recent versions uclibc require real kernel headers | ||
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 10 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-git' ], d)}" | 8 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-git' ], d)}" |
| 11 | 9 | ||
| 12 | SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \ | 10 | SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \ |
