diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-01 20:39:16 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-01 20:39:16 -0700 |
commit | 927721f66e7c2c5b5024ce0a17cd31ca8ccbd1d2 (patch) | |
tree | 9ad09766b3d295db8294180aa15c2d5267e32b88 /recipes/binutils/binutils_2.18.atmel.1.0.1.bb | |
parent | f29ba5a65d5f6eedc0e1f6a12371184134e1b878 (diff) |
recipes: Punt use of patch=1 and use striplevel=n instead of pnum
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/binutils/binutils_2.18.atmel.1.0.1.bb')
-rw-r--r-- | recipes/binutils/binutils_2.18.atmel.1.0.1.bb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/recipes/binutils/binutils_2.18.atmel.1.0.1.bb b/recipes/binutils/binutils_2.18.atmel.1.0.1.bb index d08e61cfbb..8f52c08e92 100644 --- a/recipes/binutils/binutils_2.18.atmel.1.0.1.bb +++ b/recipes/binutils/binutils_2.18.atmel.1.0.1.bb @@ -6,17 +6,17 @@ LICENSE = "GPLv3" SRC_URI = "\ http://avr32linux.org/twiki/pub/Main/BinutilsPatches/binutils-${PV}.tar.bz2;name=archive \ - file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \ - file://binutils-configure-texinfo-version.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-x86_64_i386_biarch.patch;patch=1 \ - file://binutils-section-in-segment.patch;patch=1;pnum=0 \ - file://parse-neon-vmov.diff;patch=1 \ + file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch \ + file://binutils-configure-texinfo-version.patch \ + file://binutils-uclibc-100-uclibc-conf.patch \ + file://110-arm-eabi-conf.patch \ + file://binutils-uclibc-300-001_ld_makefile_patch.patch \ + file://binutils-uclibc-300-006_better_file_error.patch \ + file://binutils-uclibc-300-012_check_ldrunpath_length.patch \ + file://binutils-uclibc-gas-needs-libm.patch \ + file://binutils-x86_64_i386_biarch.patch \ + file://binutils-section-in-segment.patch;striplevel=0 \ + file://parse-neon-vmov.diff \ " SRC_URI[archive.md5sum] = "71fb723a456fd902ee785328f0d09cd5" SRC_URI[archive.sha256sum] = "ea614e9fbec6cb9af08a911660a30991918df44e0328046341f7866ffd2f68d8" |