diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /binutils/binutils_2.14.90.0.7.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'binutils/binutils_2.14.90.0.7.oe')
-rw-r--r-- | binutils/binutils_2.14.90.0.7.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/binutils_2.14.90.0.7.oe b/binutils/binutils_2.14.90.0.7.oe index ca3c47b706..78ff4e2b13 100644 --- a/binutils/binutils_2.14.90.0.7.oe +++ b/binutils/binutils_2.14.90.0.7.oe @@ -35,13 +35,13 @@ FILES_${PN}-symlinks = \ ${bindir}/strings \ ${bindir}/strip -SRC_URI := http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ +SRC_URI = "http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ file://${FILESDIR}/binutils-001_ld_makefile.patch;patch=1 \ file://${FILESDIR}/binutils-006_better_file_error.patch;patch=1 \ file://${FILESDIR}/binutils-009_signed_char_fix.patch;patch=1 \ file://${FILESDIR}/binutils-012_check_ldrunpath_length.patch;patch=1 \ file://${FILESDIR}/binutils-100_cflags_for_build.patch;patch=1 \ - file://${FILESDIR}/binutils-906-hjl_libtool_dso.patch;patch=1 + file://${FILESDIR}/binutils-906-hjl_libtool_dso.patch;patch=1" S := ${WORKDIR}/binutils-${PV} B := ${S}/build.${HOST_SYS}.${TARGET_SYS} |