diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-29 19:36:17 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-31 15:47:38 -0700 |
commit | 3c1aac7f71956dfb5acd9a76e9d5210ff5e2b189 (patch) | |
tree | f3451085b79b3220f381234fe401884521086829 /recipes/uclibc/uclibc_git.bb | |
parent | 6cf6b423d98d76488b07992223e177ab0e79449d (diff) |
uclibc: Pass ARCH=<TARGET_ARCH>" on make commandline.
Like linux kernel Git version of uclibc mandates that ARCH is passed
down from make instead of being computed magically. This will be
there in next release 0.9.31 of uclibc. Defining it on make
invocation for older releases is no harm.
Also move uclibc to use INC_PR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes/uclibc/uclibc_git.bb')
-rw-r--r-- | recipes/uclibc/uclibc_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/uclibc/uclibc_git.bb b/recipes/uclibc/uclibc_git.bb index 0fac211de2..cdc5ae14f4 100644 --- a/recipes/uclibc/uclibc_git.bb +++ b/recipes/uclibc/uclibc_git.bb @@ -9,13 +9,12 @@ UCLIBC_BASE ?= "0.9.30" SRCREV="6625518cd6894338937a74ca6b9187b7b8167b03" PV = "${UCLIBC_BASE}+gitr${SRCREV}" -PR = "r1" DEFAULT_PREFERENCE = "-1" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take # precedence. require uclibc.inc - +PR = "${INC_PR}.0" PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" #recent versions uclibc require real kernel headers |