summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc
diff options
context:
space:
mode:
authorPhil Blundell <pb@pbcl.net>2011-06-03 19:55:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-14 15:22:56 +0100
commit9031e7e16f54e818b5e7c2d46ef720fd0f8c2cfa (patch)
tree468cc3ba44f81de2e4b2abcaba50ff6f4ba19104 /meta/recipes-core/uclibc
parentf5de11c54ee42e3e61d6680de8302dd99dd5e633 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-core/uclibc')
-rw-r--r--meta/recipes-core/uclibc/uclibc_git.bb4
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
3require uclibc.inc 3require uclibc.inc
4PV = "0.9.31+0.9.32rc3" 4PV = "0.9.31+0.9.32rc3"
5PR = "${INC_PR}.2" 5PR = "${INC_PR}.3"
6PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" 6PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"
7 7
8#recent versions uclibc require real kernel headers
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-git' ], d)}" 8FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-git' ], d)}"
11 9
12SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \ 10SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \