diff options
Diffstat (limited to 'recipes/binutils/binutils_2.19.1.bb')
-rw-r--r-- | recipes/binutils/binutils_2.19.1.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/recipes/binutils/binutils_2.19.1.bb b/recipes/binutils/binutils_2.19.1.bb index 4a0126eb0e..c3d4d7bb56 100644 --- a/recipes/binutils/binutils_2.19.1.bb +++ b/recipes/binutils/binutils_2.19.1.bb @@ -6,19 +6,19 @@ LICENSE = "GPLv3" SRC_URI = "\ ${GNU_MIRROR}/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 \ - file://binutils-uclibc-gas-needs-libm.patch;patch=1 \ - file://binutils-arm-pr7093.patch;patch=1 \ - file://binutils-x86_64_i386_biarch.patch;patch=1 \ + file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;apply=yes \ + file://binutils-uclibc-100-uclibc-conf.patch;apply=yes \ + file://110-arm-eabi-conf.patch;apply=yes \ + file://binutils-uclibc-300-001_ld_makefile_patch.patch;apply=yes \ + file://binutils-uclibc-300-006_better_file_error.patch;apply=yes \ + file://binutils-uclibc-300-012_check_ldrunpath_length.patch;apply=yes \ + file://binutils-uclibc-gas-needs-libm.patch;apply=yes \ + file://binutils-arm-pr7093.patch;apply=yes \ + file://binutils-x86_64_i386_biarch.patch;apply=yes \ " # powerpc patches -SRC_URI += "file://binutils-2.16.1-e300c2c3.patch;patch=1" +SRC_URI += "file://binutils-2.16.1-e300c2c3.patch;apply=yes" SRC_URI[md5sum] = "09a8c5821a2dfdbb20665bc0bd680791" |