diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/perl/perl_5.10.1.bb | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/perl/perl_5.10.1.bb')
-rw-r--r-- | recipes/perl/perl_5.10.1.bb | 20 |
1 files changed, 10 insertions, 10 deletions
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 \ |