diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-02-06 23:12:38 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-02-06 23:12:38 +0300 |
commit | 9dbc3d716405d56def0af95748632035864c07b7 (patch) | |
tree | 8c2865915bcc385c78a32a1c67398e366fea02ae /recipes/uclibc/uclibc.inc | |
parent | 029e21c8111deafa850ad1724e48da29c321f2f8 (diff) | |
parent | 01dcb228756ee2348a8f6257b39d196340b69d96 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/uclibc/uclibc.inc')
-rw-r--r-- | recipes/uclibc/uclibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc index 7779313da6..a2332e975d 100644 --- a/recipes/uclibc/uclibc.inc +++ b/recipes/uclibc/uclibc.inc @@ -71,7 +71,7 @@ UCLIBC_LOCALE_URI_arm = "http://wiki.openembedded.net/dl/uclibc-locale/${UCLIBC_ SRC_URI = "${@['${UCLIBC_LOCALE_URI}', ''][bb.data.getVar('USE_NLS', d, 1) != 'yes']} \ file://uClibc.config \ - http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2 \ + http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2;name=uClibc-${PV} \ " # do_stage barfs on a CC with whitepspace, therefore put the 'HOST_CC_ARCH' in |