aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/bfin-uclibc_svn.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/bfin-uclibc_svn.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/bfin-uclibc_svn.bb')
-rw-r--r--recipes/uclibc/bfin-uclibc_svn.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/uclibc/bfin-uclibc_svn.bb b/recipes/uclibc/bfin-uclibc_svn.bb
index 93052452c5..e5123ad56e 100644
--- a/recipes/uclibc/bfin-uclibc_svn.bb
+++ b/recipes/uclibc/bfin-uclibc_svn.bb
@@ -7,11 +7,10 @@
# on whether the base patches apply to the selected (SRCDATE) svn release.
#
UCLIBC_BASE ?= "0.9.29"
-PR = "r5"
PV = "${UCLIBC_BASE}+svnr${SRCREV}"
require uclibc.inc
-
+PR = "${INC_PR}.0"
PROVIDES_append_bfin = " virtual/${TARGET_PREFIX}libc-for-gcc "
#recent versions uclibc require real kernel headers