diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-20 15:05:59 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-20 15:05:59 +0000 |
commit | 67e6cc2f64f8682b766b586acc9b39ed9ea20633 (patch) | |
tree | d63a8e4ab08ded71a14371c2527c54584efd1daa /meta/packages/binutils | |
parent | 19e521b977fd3f5a70508447304049b7a60c2461 (diff) | |
download | openembedded-core-67e6cc2f64f8682b766b586acc9b39ed9ea20633.tar.gz openembedded-core-67e6cc2f64f8682b766b586acc9b39ed9ea20633.tar.bz2 openembedded-core-67e6cc2f64f8682b766b586acc9b39ed9ea20633.zip |
binutils 2.17.50.0.5: fix parse error
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1526 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/binutils')
-rw-r--r-- | meta/packages/binutils/binutils_2.17.50.0.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/binutils/binutils_2.17.50.0.5.bb b/meta/packages/binutils/binutils_2.17.50.0.5.bb index 9931b3b6a1..aa3d15bd9f 100644 --- a/meta/packages/binutils/binutils_2.17.50.0.5.bb +++ b/meta/packages/binutils/binutils_2.17.50.0.5.bb @@ -35,15 +35,15 @@ FILES_${PN}-symlinks = " \ ${bindir}/strings \ ${bindir}/strip" -SRC_URI = \ - "http://www.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ +SRC_URI = "\ + http://www.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \ file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \ file://110-arm-eabi-conf.patch;patch=1 \ file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \ file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \ file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \ - " + " S = "${WORKDIR}/binutils-${PV}" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" |