From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/perl/libmail-spf-perl_2.007.bb | 2 +- recipes/perl/libnet-pcap-perl_0.16.bb | 2 +- recipes/perl/libnet-rawip-perl_0.25.bb | 2 +- recipes/perl/libxml-libxml-perl_1.70.bb | 2 +- recipes/perl/perl-native_5.10.1.bb | 8 +++---- recipes/perl/perl-native_5.8.8.bb | 16 +++++++------- recipes/perl/perl_5.10.1.bb | 20 ++++++++--------- recipes/perl/perl_5.8.8.bb | 38 ++++++++++++++++----------------- 8 files changed, 45 insertions(+), 45 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libmail-spf-perl_2.007.bb b/recipes/perl/libmail-spf-perl_2.007.bb index b4fdd05923..934a3ef22a 100644 --- a/recipes/perl/libmail-spf-perl_2.007.bb +++ b/recipes/perl/libmail-spf-perl_2.007.bb @@ -24,7 +24,7 @@ PR = "r0" SRC_URI = " \ http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v${PV}.tar.gz;name=mail-spf-perl-${PV} \ - file://fix-sbin-native-install.patch;patch=1 \ + file://fix-sbin-native-install.patch;apply=yes \ " SRC_URI[mail-spf-perl-2.007.md5sum] = "67dccdc91e3264679a0e17d493d3cc30" SRC_URI[mail-spf-perl-2.007.sha256sum] = "d8886e6a5b300946434284a6527bbb68ed98d27d3582c8e475e338facb96c50b" diff --git a/recipes/perl/libnet-pcap-perl_0.16.bb b/recipes/perl/libnet-pcap-perl_0.16.bb index ed5ec978b7..1e7c39b09d 100644 --- a/recipes/perl/libnet-pcap-perl_0.16.bb +++ b/recipes/perl/libnet-pcap-perl_0.16.bb @@ -14,7 +14,7 @@ export STAGING_LIBDIR SRC_URI = " \ http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Net-Pcap-${PV}.tar.gz;name=net-pcap-perl-${PV} \ - file://kill-runtime-pcap-check-fake-functions-check.patch;patch=1 \ + file://kill-runtime-pcap-check-fake-functions-check.patch;apply=yes \ " SRC_URI[net-pcap-perl-0.16.md5sum] = "b150d8e0a40137fad2a7df792d80cab4" SRC_URI[net-pcap-perl-0.16.sha256sum] = "9311d0d4043ea1f8b855dd1f2dc3312436064f4291c74127eb7c3f79b14677aa" diff --git a/recipes/perl/libnet-rawip-perl_0.25.bb b/recipes/perl/libnet-rawip-perl_0.25.bb index ec57c7a9cf..74112f28de 100644 --- a/recipes/perl/libnet-rawip-perl_0.25.bb +++ b/recipes/perl/libnet-rawip-perl_0.25.bb @@ -13,7 +13,7 @@ RDEPENDS = " \ SRC_URI = " \ http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Net-RawIP-${PV}.tar.gz;name=net-rawip-perl-${PV} \ - file://kill-pcap-check.patch;patch=1 \ + file://kill-pcap-check.patch;apply=yes \ " SRC_URI[net-rawip-perl-0.25.md5sum] = "a99f461e20e7894154f64729a4652448" SRC_URI[net-rawip-perl-0.25.sha256sum] = "6d104b2f0e453eff7a1b479c528798670b15729ed6ecf41430405ff6d7e1ee58" diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb index ac56c9f4ad..64b33b6fe9 100644 --- a/recipes/perl/libxml-libxml-perl_1.70.bb +++ b/recipes/perl/libxml-libxml-perl_1.70.bb @@ -8,7 +8,7 @@ DEPENDS += "libxml2 \ PR = "r0" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-${PV}.tar.gz;name=libxml \ - file://libxml-libxml-perl-disable-libxml2-check.patch;patch=1 \ + file://libxml-libxml-perl-disable-libxml2-check.patch;apply=yes \ " SRC_URI[libxml.md5sum] = "33d4294f708e20c298cfe534d1166844" SRC_URI[libxml.sha256sum] = "53e6cf06772ba9d85055dc6e4488dbd876d2376e48ef3578fa73246ee98b3ba0" diff --git a/recipes/perl/perl-native_5.10.1.bb b/recipes/perl/perl-native_5.10.1.bb index a2b4c76d85..69ebb66666 100644 --- a/recipes/perl/perl-native_5.10.1.bb +++ b/recipes/perl/perl-native_5.10.1.bb @@ -12,10 +12,10 @@ DEFAULT_PREFERENCE = "-1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz;name=perl-${PV} \ - file://Configure-multilib.patch;patch=1 \ - file://perl-configpm-switch.patch;patch=1 \ - file://native-nopacklist.patch;patch=1 \ - file://native-perlinc.patch;patch=1 \ + file://Configure-multilib.patch;apply=yes \ + file://perl-configpm-switch.patch;apply=yes \ + file://native-nopacklist.patch;apply=yes \ + file://native-perlinc.patch;apply=yes \ " SRC_URI[perl-5.10.1.md5sum] = "b9b2fdb957f50ada62d73f43ee75d044" diff --git a/recipes/perl/perl-native_5.8.8.bb b/recipes/perl/perl-native_5.8.8.bb index fa27326ccf..b4354ba1fa 100644 --- a/recipes/perl/perl-native_5.8.8.bb +++ b/recipes/perl/perl-native_5.8.8.bb @@ -9,14 +9,14 @@ NATIVE_INSTALL_WORKS = "1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/5.0/perl-${PV}.tar.gz \ - file://perl-5.8.8-gcc-4.2.patch;patch=1 \ - file://Configure-multilib.patch;patch=1 \ - file://perl-configpm-switch.patch;patch=1 \ - file://native-nopacklist.patch;patch=1 \ - file://native-no-gdbminc.patch;patch=1 \ - file://native-perlinc.patch;patch=1 \ - file://makedepend-dash.patch;patch=1 \ - file://asm-pageh-fix.patch;patch=1" + file://perl-5.8.8-gcc-4.2.patch;apply=yes \ + file://Configure-multilib.patch;apply=yes \ + file://perl-configpm-switch.patch;apply=yes \ + file://native-nopacklist.patch;apply=yes \ + file://native-no-gdbminc.patch;apply=yes \ + file://native-perlinc.patch;apply=yes \ + file://makedepend-dash.patch;apply=yes \ + file://asm-pageh-fix.patch;apply=yes" S = "${WORKDIR}/perl-${PV}" diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb index d2068063b4..816ed07b33 100644 --- a/recipes/perl/perl_5.10.1.bb +++ b/recipes/perl/perl_5.10.1.bb @@ -14,16 +14,16 @@ DEFAULT_PREFERENCE = "-1" PVM = "5.10" SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz;name=perl-${PV} \ - file://perl_${PV}-8.diff.gz;patch=1 \ - file://Makefile.patch;patch=1 \ - file://Makefile.SH.patch;patch=1 \ - file://installperl.patch;patch=1 \ - file://perl-dynloader.patch;patch=1 \ - file://perl-moreconfig.patch;patch=1 \ - file://letgcc-find-errno.patch;patch=1 \ - file://generate-sh.patch;patch=1 \ - file://shared-ldflags.patch;patch=1 \ - file://cross-generate_uudmap.patch;patch=1 \ + file://perl_${PV}-8.diff.gz;apply=yes \ + file://Makefile.patch;apply=yes \ + file://Makefile.SH.patch;apply=yes \ + file://installperl.patch;apply=yes \ + file://perl-dynloader.patch;apply=yes \ + file://perl-moreconfig.patch;apply=yes \ + file://letgcc-find-errno.patch;apply=yes \ + file://generate-sh.patch;apply=yes \ + file://shared-ldflags.patch;apply=yes \ + file://cross-generate_uudmap.patch;apply=yes \ file://config.sh \ file://config.sh-32 \ file://config.sh-32-le \ diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb index 5717d009f3..c2c6adbcea 100644 --- a/recipes/perl/perl_5.8.8.bb +++ b/recipes/perl/perl_5.8.8.bb @@ -14,25 +14,25 @@ SRC_URI[perl588targz.md5sum] = "b8c118d4360846829beb30b02a6b91a7" SRC_URI[perl588targz.sha256sum] = "e15d499321e003d12ed183601e37ee7ba5f64b278d1de30149ce01bd4a3f234d" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/5.0/perl-5.8.8.tar.gz;name=perl588targz \ - file://Makefile.patch;patch=1 \ - file://Makefile.SH.patch;patch=1 \ - file://makedepend-dash.patch;patch=1 \ - file://installperl.patch;patch=1 \ - file://perl-dynloader.patch;patch=1 \ - file://perl-moreconfig.patch;patch=1 \ - file://letgcc-find-errno.patch;patch=1 \ - file://generate-sh.patch;patch=1 \ - file://perl-5.8.8-gcc-4.2.patch;patch=1 \ - file://09_fix_installperl.patch;patch=1 \ - file://52_debian_extutils_hacks.patch;patch=1 \ - file://53_debian_mod_paths.patch;patch=1 \ - file://54_debian_perldoc-r.patch;patch=1 \ - file://58_debian_cpan_config_path.patch;patch=1 \ - file://60_debian_libnet_config_path.patch;patch=1 \ - file://62_debian_cpan_definstalldirs.patch;patch=1 \ - file://64_debian_enc2xs_inc.patch;patch=1 \ - file://asm-pageh-fix.patch;patch=1 \ - file://shared-ldflags.patch;patch=1 \ + file://Makefile.patch;apply=yes \ + file://Makefile.SH.patch;apply=yes \ + file://makedepend-dash.patch;apply=yes \ + file://installperl.patch;apply=yes \ + file://perl-dynloader.patch;apply=yes \ + file://perl-moreconfig.patch;apply=yes \ + file://letgcc-find-errno.patch;apply=yes \ + file://generate-sh.patch;apply=yes \ + file://perl-5.8.8-gcc-4.2.patch;apply=yes \ + file://09_fix_installperl.patch;apply=yes \ + file://52_debian_extutils_hacks.patch;apply=yes \ + file://53_debian_mod_paths.patch;apply=yes \ + file://54_debian_perldoc-r.patch;apply=yes \ + file://58_debian_cpan_config_path.patch;apply=yes \ + file://60_debian_libnet_config_path.patch;apply=yes \ + file://62_debian_cpan_definstalldirs.patch;apply=yes \ + file://64_debian_enc2xs_inc.patch;apply=yes \ + file://asm-pageh-fix.patch;apply=yes \ + file://shared-ldflags.patch;apply=yes \ file://config.sh \ file://config.sh-32 \ file://config.sh-32-le \ -- cgit 1.2.3-korg