diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-13 10:06:09 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-13 10:06:09 +0200 |
commit | a41c726ede88bd70b0428481819097489d728bf3 (patch) | |
tree | 41cdbc8007207e8dc01650bc81c5585399b68920 /recipes/uclibc/uclibc.inc | |
parent | ad99da239d8c5ea4f470e4572dc47c8c032d9627 (diff) | |
parent | 26bcb9945b54e6d849fe4905688758b5a8006389 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/uclibc/uclibc.inc')
-rw-r--r-- | recipes/uclibc/uclibc.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc index 55cff83b7e..3c723664d3 100644 --- a/recipes/uclibc/uclibc.inc +++ b/recipes/uclibc/uclibc.inc @@ -69,8 +69,9 @@ UCLIBC_LOCALE_URI = "http://www.uclibc.org/downloads/${UCLIBC_LOCALE_FILE}" UCLIBC_LOCALE_URI_arm = "http://wiki.openembedded.net/dl/uclibc-locale/${UCLIBC_LOCALE_FILE}" SRC_URI = "${@['${UCLIBC_LOCALE_URI}', ''][bb.data.getVar('USE_NLS', d, 1) != 'yes']} \ - file://uClibc.config" - + file://uClibc.config \ + http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2 \ + " UCLIBC_STAGE_PREFIX = "${STAGING_DIR_HOST}${layout_prefix}" # do_stage barfs on a CC with whitepspace, therefore put the 'HOST_CC_ARCH' in |