From patchwork Sun Jun 12 04:19:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6/6] uclibc: remove PACKAGE_ARCH, fix compilation on i586 Date: Sun, 12 Jun 2011 04:19:07 -0000 From: Khem Raj X-Patchwork-Id: 5673 Message-Id: <6414e9fcad22331e4e51e46c64c0f27a8d645372.1307852182.git.raj.khem@gmail.com> To: OE core Cc: Phil Blundell From: Phil Blundell 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 Acked-by: Koen Kooi Signed-off-by: Khem Raj --- 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 6c88513..78ef4f2 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 \