From: Marcin Juszkiewicz Date: Fri, 20 Apr 2007 15:05:59 +0000 (+0000) Subject: binutils 2.17.50.0.5: fix parse error X-Git-Tag: 2011-1~11887 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=67e6cc2f64f8682b766b586acc9b39ed9ea20633;p=openembedded-core.git 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 --- 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}"