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/autoconf/autoconf_2.59.bb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'recipes/autoconf/autoconf_2.59.bb') diff --git a/recipes/autoconf/autoconf_2.59.bb b/recipes/autoconf/autoconf_2.59.bb index 8212ff4ace..6dc28bb069 100644 --- a/recipes/autoconf/autoconf_2.59.bb +++ b/recipes/autoconf/autoconf_2.59.bb @@ -2,15 +2,15 @@ require autoconf.inc PR = "${INC_PR}.0" -SRC_URI += "file://autoreconf-include.patch;patch=1 \ - file://autoreconf-exclude.patch;patch=1 \ - file://autoreconf-foreign.patch;patch=1 \ - file://autoreconf-gnuconfigize.patch;patch=1 \ - file://autoconf259-update-configscripts.patch;patch=1 \ - file://autoheader-nonfatal-warnings.patch;patch=1 \ - file://sizeof_types.patch;patch=1 \ - file://autoconf-x.patch;patch=1 \ - file://autoconf-sh.patch;patch=1" +SRC_URI += "file://autoreconf-include.patch;apply=yes \ + file://autoreconf-exclude.patch;apply=yes \ + file://autoreconf-foreign.patch;apply=yes \ + file://autoreconf-gnuconfigize.patch;apply=yes \ + file://autoconf259-update-configscripts.patch;apply=yes \ + file://autoheader-nonfatal-warnings.patch;apply=yes \ + file://sizeof_types.patch;apply=yes \ + file://autoconf-x.patch;apply=yes \ + file://autoconf-sh.patch;apply=yes" SRC_URI[autoconf.md5sum] = "1ee40f7a676b3cfdc0e3f7cd81551b5f" SRC_URI[autoconf.sha256sum] = "f0cde70a8f135098a6a3e85869f2e1cc3f141beea766fa3d6636e086cd8b90a7" -- cgit 1.2.3-korg