aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/uclibc_0.9.30.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-08-29 19:36:17 -0700
committerKhem Raj <raj.khem@gmail.com>2009-08-31 15:47:38 -0700
commit3c1aac7f71956dfb5acd9a76e9d5210ff5e2b189 (patch)
treef3451085b79b3220f381234fe401884521086829 /recipes/uclibc/uclibc_0.9.30.bb
parent6cf6b423d98d76488b07992223e177ab0e79449d (diff)
downloadopenembedded-3c1aac7f71956dfb5acd9a76e9d5210ff5e2b189.tar.gz
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_0.9.30.bb')
-rw-r--r--recipes/uclibc/uclibc_0.9.30.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc_0.9.30.bb b/recipes/uclibc/uclibc_0.9.30.bb
index 4d58b8904e..2e18ab9fa5 100644
--- a/recipes/uclibc/uclibc_0.9.30.bb
+++ b/recipes/uclibc/uclibc_0.9.30.bb
@@ -7,9 +7,9 @@
# on whether the base patches apply to the selected (SRCDATE) svn release.
#
UCLIBC_BASE ?= "0.9.30"
-PR = "r7"
require uclibc.inc
+PR = "${INC_PR}.0"
PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"