1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
This commit is contained in:
Marcin Juszkiewicz
2007-04-20 15:05:59 +00:00
parent 19e521b977
commit 67e6cc2f64
@@ -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}"