summaryrefslogtreecommitdiffstats
path: root/meta/packages/binutils/binutils_2.16.91.0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/binutils/binutils_2.16.91.0.7.bb')
-rw-r--r--meta/packages/binutils/binutils_2.16.91.0.7.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/binutils/binutils_2.16.91.0.7.bb b/meta/packages/binutils/binutils_2.16.91.0.7.bb
index 8a6c3f5e16..05f149d616 100644
--- a/meta/packages/binutils/binutils_2.16.91.0.7.bb
+++ b/meta/packages/binutils/binutils_2.16.91.0.7.bb
@@ -36,15 +36,16 @@ FILES_${PN}-symlinks = " \
36 ${bindir}/strings \ 36 ${bindir}/strings \
37 ${bindir}/strip" 37 ${bindir}/strip"
38 38
39SRC_URI = \ 39SRC_URI = "\
40 "http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \ 40 http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \
41 file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \ 41 file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \
42 file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \ 42 file://binutils-uclibc-100-uclibc-conf.patch;patch=1 \
43 file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \ 43 file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \
44 file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \ 44 file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \
45 file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \ 45 file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \
46 file://binutils-uclibc-400-mips-ELF_MAXPAGESIZE-4K.patch;patch=1 \ 46 file://binutils-uclibc-400-mips-ELF_MAXPAGESIZE-4K.patch;patch=1 \
47 file://binutils-uclibc-702-binutils-skip-comments.patch;patch=1" 47 file://binutils-uclibc-702-binutils-skip-comments.patch;patch=1 \
48 file://binutils-configure-texinfo-version.patch;patch=1"
48 49
49S = "${WORKDIR}/binutils-${PV}" 50S = "${WORKDIR}/binutils-${PV}"
50B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" 51B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"