From 4e108857e0d40105f7ecbc55e99bd6c367bb7386 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 18 Aug 2011 00:17:52 +0000 Subject: recipes: Delete patch=1, its default and replace pnum with striplevel Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj --- meta/recipes-devtools/automake/automake_1.11.1.bb | 2 +- .../binutils/binutils_csl-arm-2008q1.bb | 14 +++---- .../dosfstools/dosfstools-native_2.10.bb | 16 ++++---- .../recipes-devtools/dosfstools/dosfstools_2.10.bb | 8 ++-- .../recipes-devtools/dosfstools/dosfstools_2.11.bb | 6 +-- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb | 2 +- .../e2fsprogs/e2fsprogs_1.41.14.bb | 4 +- meta/recipes-devtools/gcc/gcc-4.5.1.inc | 8 ++-- meta/recipes-devtools/gcc/gcc-4.6.inc | 8 ++-- meta/recipes-devtools/gcc/gcc-csl-arm-2005q3.inc | 4 +- meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc | 46 +++++++++++----------- meta/recipes-devtools/gdb/gdb-cross_7.3.bb | 2 +- meta/recipes-devtools/m4/m4_1.4.16.bb | 2 +- meta/recipes-devtools/make/make.inc | 2 +- meta/recipes-devtools/mtd/mtd-utils_1.1.0+git.bb | 6 +-- meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb | 2 +- meta/recipes-devtools/mtools/mtools_3.9.9.bb | 6 +-- meta/recipes-devtools/patch/patch_2.5.9.bb | 8 ++-- meta/recipes-devtools/patch/patch_2.6.1.bb | 2 +- meta/recipes-devtools/perl/perl_5.12.3.bb | 2 +- meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 2 +- .../python/python-pycurl_7.19.0.bb | 2 +- .../subversion/subversion_1.6.15.bb | 6 +-- meta/recipes-devtools/ubootchart/ubootchart_svn.bb | 2 +- 25 files changed, 82 insertions(+), 82 deletions(-) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb b/meta/recipes-devtools/automake/automake_1.11.1.bb index fee9597729..18450a0140 100644 --- a/meta/recipes-devtools/automake/automake_1.11.1.bb +++ b/meta/recipes-devtools/automake/automake_1.11.1.bb @@ -29,7 +29,7 @@ RDEPENDS_automake += "\ RDEPENDS_automake-native = "autoconf-native perl-native-runtime" -PATHFIXPATCH = "file://path_prog_fixes.patch;patch=1" +PATHFIXPATCH = "file://path_prog_fixes.patch" PATHFIXPATCH_virtclass-native = "" SRC_URI += "${PATHFIXPATCH} \ diff --git a/meta/recipes-devtools/binutils/binutils_csl-arm-2008q1.bb b/meta/recipes-devtools/binutils/binutils_csl-arm-2008q1.bb index dd9b798306..182b01f309 100644 --- a/meta/recipes-devtools/binutils/binutils_csl-arm-2008q1.bb +++ b/meta/recipes-devtools/binutils/binutils_csl-arm-2008q1.bb @@ -4,13 +4,13 @@ DEFAULT_PREFERENCE = "-1" SRC_URI = "\ http://www.codesourcery.com/gnu_toolchains/arm/portal/package2553/public/arm-none-eabi/arm-2008q1-126-arm-none-eabi.src.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://docs_hack2.patch;patch=1 \ + file://binutils-2.16.91.0.6-objcopy-rename-errorcode.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://docs_hack2.patch \ " PV = "2.18+csl-arm-2008q1-126" diff --git a/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb b/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb index 4853c154ad..91ff11faa6 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb @@ -7,13 +7,13 @@ require dosfstools_${PV}.bb PR="r5" SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ - file://mkdosfs-bootcode.patch;patch=1 \ - file://mkdosfs-dir.patch;patch=1 \ - file://alignment_hack.patch;patch=1 \ - file://dosfstools-2.10-kernel-2.6.patch;patch=1 \ - file://msdos_fat12_undefined.patch;patch=1 \ - file://dosfstools-msdos_fs-types.patch;patch=1 \ - file://include-linux-types.patch;patch=1 \ - file://2.6.20-syscall.patch;patch=1" + file://mkdosfs-bootcode.patch \ + file://mkdosfs-dir.patch \ + file://alignment_hack.patch \ + file://dosfstools-2.10-kernel-2.6.patch \ + file://msdos_fat12_undefined.patch \ + file://dosfstools-msdos_fs-types.patch \ + file://include-linux-types.patch \ + file://2.6.20-syscall.patch" inherit native diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb index 9b4763bb14..1beb5ddc15 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb @@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8" PR = "r2" SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ - file://alignment_hack.patch;patch=1 \ - file://dosfstools-2.10-kernel-2.6.patch;patch=1 \ - file://msdos_fat12_undefined.patch;patch=1 \ - file://include-linux-types.patch;patch=1" + file://alignment_hack.patch \ + file://dosfstools-2.10-kernel-2.6.patch \ + file://msdos_fat12_undefined.patch \ + file://include-linux-types.patch" do_install () { oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb index 91ec055148..944d873db7 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb @@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8" PR = "r0" SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ - file://alignment_hack.patch;patch=1 \ - file://msdos_fat12_undefined.patch;patch=1 \ - file://include-linux-types.patch;patch=1" + file://alignment_hack.patch \ + file://msdos_fat12_undefined.patch \ + file://include-linux-types.patch" SRC_URI[md5sum] = "407d405ade410f7597d364ab5dc8c9f6" SRC_URI[sha256sum] = "0eac6d12388b3d9ed78684529c1b0d9346fa2abbe406c4d4a3eb5a023c98a484" diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 041eda9d46..aa5f90e8b3 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -5,7 +5,7 @@ SECTION = "base" INC_PR = "r4" SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ - file://ignore_extra_fields.patch;patch=1" + file://ignore_extra_fields.patch" DEPENDS = "zlib bzip2 perl" DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native-runtime" diff --git a/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb index 48b62780d4..91535d38e3 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb @@ -1,7 +1,7 @@ require dpkg.inc LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -SRC_URI += "file://noman.patch;patch=1 \ +SRC_URI += "file://noman.patch \ file://check_snprintf.patch \ file://check_version.patch" diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb index a7bef2546a..ea0782dea4 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb @@ -2,12 +2,12 @@ require e2fsprogs.inc PR = "r1" -SRC_URI += "file://quotefix.patch;patch=1 \ +SRC_URI += "file://quotefix.patch \ file://acinclude.m4" SRC_URI[md5sum] = "05f70470aea2ef7efbb0845b2b116720" SRC_URI[sha256sum] = "3f8ac1fedd7c4bec480afcbe4acabdd4ac59ec0446a0fd50c8975cd0aad7b176" -#file://no-hardlinks.patch;patch=1 +#file://no-hardlinks.patch PARALLEL_MAKE = "" diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc index 6eb30443f0..aa1cc959e0 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc +++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc @@ -35,9 +35,9 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://fedora/gcc45-no-add-needed.patch;striplevel=0 \ file://103-uclibc-conf-noupstream.patch \ file://200-uclibc-locale.patch \ - file://203-uclibc-locale-no__x.patch;striplevel=1 \ - file://204-uclibc-locale-wchar_fix.patch;striplevel=1 \ - file://205-uclibc-locale-update.patch;striplevel=1 \ + file://203-uclibc-locale-no__x.patch; \ + file://204-uclibc-locale-wchar_fix.patch; \ + file://205-uclibc-locale-update.patch; \ file://301-missing-execinfo_h.patch \ file://302-c99-snprintf.patch \ file://303-c99-complex-ugly-hack.patch \ @@ -68,7 +68,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://pr45886.patch \ " -SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " +SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " # Language Overrides FORTRAN = "" diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 0a148b43b7..28a70f3c08 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc @@ -41,9 +41,9 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ file://gcc-flags-for-build.patch \ file://103-uclibc-conf-noupstream.patch \ file://200-uclibc-locale.patch \ - file://203-uclibc-locale-no__x.patch;striplevel=1 \ - file://204-uclibc-locale-wchar_fix.patch;striplevel=1 \ - file://205-uclibc-locale-update.patch;striplevel=1 \ + file://203-uclibc-locale-no__x.patch; \ + file://204-uclibc-locale-wchar_fix.patch; \ + file://205-uclibc-locale-update.patch; \ file://301-missing-execinfo_h.patch \ file://302-c99-snprintf.patch \ file://303-c99-complex-ugly-hack.patch \ @@ -70,7 +70,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ file://powerpc-e5500.patch \ " -SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " +SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " #S = "${WORKDIR}/${BRANCH}" S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}" diff --git a/meta/recipes-devtools/gcc/gcc-csl-arm-2005q3.inc b/meta/recipes-devtools/gcc/gcc-csl-arm-2005q3.inc index fd2b3793dc..9aad535b07 100644 --- a/meta/recipes-devtools/gcc/gcc-csl-arm-2005q3.inc +++ b/meta/recipes-devtools/gcc/gcc-csl-arm-2005q3.inc @@ -7,8 +7,8 @@ PV_chinook-compat = "3.4.4cs2005q3.2" FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm" SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2005q3-2-arm-none-eabi.src.tar.bz2 \ - file://gcc_optab_arm.patch;patch=1 \ - file://gcc-3.4.4-eabi-bigendian.patch;patch=1" + file://gcc_optab_arm.patch \ + file://gcc-3.4.4-eabi-bigendian.patch" S = "${WORKDIR}/gcc-2005q3" diff --git a/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc b/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc index 062f1c5a47..648d78381f 100644 --- a/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc +++ b/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc @@ -7,30 +7,30 @@ PR = "r6" FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm" SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2008q1-126-arm-none-eabi.src.tar.bz2 \ - file://gcc41-configure.in.patch;patch=1 \ - file://arm-nolibfloat.patch;patch=1 \ - file://arm-softfloat.patch;patch=1 \ - file://zecke-xgcc-cpp.patch;patch=1 \ + file://gcc41-configure.in.patch \ + file://arm-nolibfloat.patch \ + file://arm-softfloat.patch \ + file://zecke-xgcc-cpp.patch \ " -# file://100-uclibc-conf.patch;patch=1 -# file://103-uclibc-conf-noupstream.patch;patch=1 -# file://200-uclibc-locale.patch;patch=1 -# file://203-uclibc-locale-no__x.patch;patch=1 -# file://204-uclibc-locale-wchar_fix.patch;patch=1 -# file://205-uclibc-locale-update.patch;patch=1 -# file://300-libstdc++-pic.patch;patch=1 -# file://302-c99-snprintf.patch;patch=1 -# file://303-c99-complex-ugly-hack.patch;patch=1 -# file://304-index_macro.patch;patch=1 -# file://305-libmudflap-susv3-legacy.patch;patch=1 -# file://306-libstdc++-namespace.patch;patch=1 -# file://307-locale_facets.patch;patch=1 -# file://402-libbackend_dep_gcov-iov.h.patch;patch=1 -# file://602-sdk-libstdc++-includes.patch;patch=1 -# file://gfortran.patch;patch=1 -# file://fortran-static-linking.patch;patch=1 -# file://gcc-configure-no-fortran.patch;patch=1;pnum=1 -# file://gcc-new-makeinfo.patch;patch=1 +# file://100-uclibc-conf.patch +# file://103-uclibc-conf-noupstream.patch +# file://200-uclibc-locale.patch +# file://203-uclibc-locale-no__x.patch +# file://204-uclibc-locale-wchar_fix.patch +# file://205-uclibc-locale-update.patch +# file://300-libstdc++-pic.patch +# file://302-c99-snprintf.patch +# file://303-c99-complex-ugly-hack.patch +# file://304-index_macro.patch +# file://305-libmudflap-susv3-legacy.patch +# file://306-libstdc++-namespace.patch +# file://307-locale_facets.patch +# file://402-libbackend_dep_gcov-iov.h.patch +# file://602-sdk-libstdc++-includes.patch +# file://gfortran.patch +# file://fortran-static-linking.patch +# file://gcc-configure-no-fortran.patch +# file://gcc-new-makeinfo.patch S = "${WORKDIR}/gcc-4.2" diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.3.bb b/meta/recipes-devtools/gdb/gdb-cross_7.3.bb index 9c2ed0725f..587d518aa3 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_7.3.bb +++ b/meta/recipes-devtools/gdb/gdb-cross_7.3.bb @@ -1,6 +1,6 @@ require gdb-cross.inc -SRC_URI += "file://sim-install-6.6.patch;patch=1" +SRC_URI += "file://sim-install-6.6.patch" EXPAT = "--with-expat" PR = "${INC_PR}.0" diff --git a/meta/recipes-devtools/m4/m4_1.4.16.bb b/meta/recipes-devtools/m4/m4_1.4.16.bb index 53ef5ae27d..b50c022959 100644 --- a/meta/recipes-devtools/m4/m4_1.4.16.bb +++ b/meta/recipes-devtools/m4/m4_1.4.16.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ PR = "r0" SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ - file://ac_config_links.patch;patch=1" + file://ac_config_links.patch" SRC_URI[md5sum] = "a5dfb4f2b7370e9d34293d23fd09b280" SRC_URI[sha256sum] = "e9176a35bb13a1b08482359aa554ee8072794f58f00e4827bf0e06b570c827da" diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc index d9e05594f9..5c52c2ad63 100644 --- a/meta/recipes-devtools/make/make.inc +++ b/meta/recipes-devtools/make/make.inc @@ -7,7 +7,7 @@ SECTION = "devel" LICENSE = "GPL" SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ - file://SCCS.patch;patch=1" + file://SCCS.patch" inherit autotools gettext diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.1.0+git.bb b/meta/recipes-devtools/mtd/mtd-utils_1.1.0+git.bb index e73cf2dbe4..04531de24f 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_1.1.0+git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_1.1.0+git.bb @@ -6,9 +6,9 @@ LICENSE = "GPLv2" PR = "r2" SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=b995f89a81589be8d8a41c374a6df109d0ee12b3 \ - file://add-exclusion-to-mkfs-jffs2-git.patch;patch=1 \ - file://remove-ubi.patch;patch=1 \ - file://fix-ignoreerrors-git.patch;patch=1" + file://add-exclusion-to-mkfs-jffs2-git.patch \ + file://remove-ubi.patch \ + file://fix-ignoreerrors-git.patch" S = "${WORKDIR}/git/" diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb b/meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb index f2de74d43f..c05149daf8 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=3c3674a6e1d3f59554b0ff68ca59be2fd4134e0c \ - file://add-exclusion-to-mkfs-jffs2-git-2.patch;patch=1" + file://add-exclusion-to-mkfs-jffs2-git-2.patch" S = "${WORKDIR}/git/" diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb index faf8317089..2e4c1cba7d 100644 --- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb +++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb @@ -10,9 +10,9 @@ PR = "r4" #http://mtools.linux.lu/mtools-${PV}.tar.gz SRC_URI="http://folks.o-hand.com/richard/poky/sources/mtools-${PV}.tar.gz \ - file://mtools-makeinfo.patch;patch=1 \ - file://mtools.patch;patch=1 \ - file://no-x11.patch;patch=1" + file://mtools-makeinfo.patch \ + file://mtools.patch \ + file://no-x11.patch" S = "${WORKDIR}/mtools-${PV}" diff --git a/meta/recipes-devtools/patch/patch_2.5.9.bb b/meta/recipes-devtools/patch/patch_2.5.9.bb index 285b42a8bc..4d27cbdb8d 100644 --- a/meta/recipes-devtools/patch/patch_2.5.9.bb +++ b/meta/recipes-devtools/patch/patch_2.5.9.bb @@ -1,10 +1,10 @@ require patch.inc LICENSE = "GPLv2" -SRC_URI += " file://debian.patch;patch=1 \ - file://install.patch;patch=1 \ - file://unified-reject-files.diff;patch=1 \ - file://global-reject-file.diff;patch=1 " +SRC_URI += " file://debian.patch \ + file://install.patch \ + file://unified-reject-files.diff \ + file://global-reject-file.diff " PR = "r2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" diff --git a/meta/recipes-devtools/patch/patch_2.6.1.bb b/meta/recipes-devtools/patch/patch_2.6.1.bb index 39d6fc6c68..fce3656069 100644 --- a/meta/recipes-devtools/patch/patch_2.6.1.bb +++ b/meta/recipes-devtools/patch/patch_2.6.1.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv3" PR = "r0" -SRC_URI += " file://global-reject-file.diff;patch=1 " +SRC_URI += " file://global-reject-file.diff " SRC_URI[md5sum] = "d758eb96d3f75047efc004a720d33daf" SRC_URI[sha256sum] = "d1563731e9cffed11cc5f011b2b8e074c325e86a383a91889b5c5b80b09781b9" diff --git a/meta/recipes-devtools/perl/perl_5.12.3.bb b/meta/recipes-devtools/perl/perl_5.12.3.bb index 671319c4e6..d28656486a 100644 --- a/meta/recipes-devtools/perl/perl_5.12.3.bb +++ b/meta/recipes-devtools/perl/perl_5.12.3.bb @@ -50,7 +50,7 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ file://debian/fixes/h2ph-gcc-4.5.diff \ file://debian/patchlevel \ \ - file://Makefile.patch;patch=1 \ + file://Makefile.patch \ file://parallel_build_fix_1.patch \ file://parallel_build_fix_2.patch \ file://parallel_build_fix_3.patch \ diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index 6aa7f6d7dc..6271992910 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb @@ -1,7 +1,7 @@ require pkgconfig.inc SRC_URI = "git://anongit.freedesktop.org/pkg-config;protocol=git \ - file://autofoo.patch;patch=1 \ + file://autofoo.patch \ file://glibconfig-sysdefs.h" S = "${WORKDIR}/git/" diff --git a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb index 35570dc0c6..9bd4f50fb7 100644 --- a/meta/recipes-devtools/python/python-pycurl_7.19.0.bb +++ b/meta/recipes-devtools/python/python-pycurl_7.19.0.bb @@ -13,7 +13,7 @@ PR = "r1" SRC_URI = "\ http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz;name=archive \ - file://no-static-link.patch;patch=1 \ + file://no-static-link.patch \ " SRC_URI[archive.md5sum] = "919d58fe37e69fe87ce4534d8b6a1c7b" diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb index 4b3dd94665..4e77e2effe 100644 --- a/meta/recipes-devtools/subversion/subversion_1.6.15.bb +++ b/meta/recipes-devtools/subversion/subversion_1.6.15.bb @@ -8,9 +8,9 @@ HOMEPAGE = "http://subversion.tigris.org" PR = "r0" SRC_URI = "http://subversion.tigris.org/downloads/${BPN}-${PV}.tar.bz2 \ - file://disable-revision-install.patch;patch=1 \ - file://neon-detection.patch;patch=1 \ - file://libtool2.patch;patch=1" + file://disable-revision-install.patch \ + file://neon-detection.patch \ + file://libtool2.patch" SRC_URI[md5sum] = "113fca1d9e4aa389d7dc2b210010fa69" SRC_URI[sha256sum] = "b2919d603a5f3c19f42e3265c4b930e2376c43b3969b90ef9c42b2f72d5aaa45" diff --git a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb index 7343e9083b..7ee2fba341 100644 --- a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb +++ b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb @@ -9,7 +9,7 @@ PR = "r5" #RRECOMMENDS_${PN} = "acct" SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \ - file://sysvinit.patch;patch=1;pnum=0 \ + file://sysvinit.patch;striplevel=0 \ file://ubootchart-stop \ file://ubootchart.desktop" -- cgit 1.2.3-korg