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 13:15:52 +0100 |
commit | 6625936c011aa939e60041dc6be9850e925a6cc3 (patch) | |
tree | 7647c47f1cb9668190686ee84ee2e8f09a1f0fc9 /meta/recipes-core | |
parent | c0f8fc3579fb4cebc0bd01b868d919738f9b03a9 (diff) | |
download | openembedded-core-6625936c011aa939e60041dc6be9850e925a6cc3.tar.gz openembedded-core-6625936c011aa939e60041dc6be9850e925a6cc3.tar.bz2 openembedded-core-6625936c011aa939e60041dc6be9850e925a6cc3.tar.xz openembedded-core-6625936c011aa939e60041dc6be9850e925a6cc3.zip |
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
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>
Diffstat (limited to 'meta/recipes-core')
-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 6c88513bc..78ef4f28d 100644 --- a/meta/recipes-core/uclibc/uclibc_git.bb +++ b/meta/recipes-core/uclibc/uclibc_git.bb @@ -2,11 +2,9 @@ SRCREV="71d63ed75648da9b0b71afabb9c60aaad792c55c" require uclibc.inc PV = "0.9.31+0.9.32rc3" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" -#recent versions uclibc require real kernel headers -PACKAGE_ARCH = "${MACHINE_ARCH}" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-git' ], d)}" SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \ |