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.63.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/autoconf/autoconf_2.63.bb') diff --git a/recipes/autoconf/autoconf_2.63.bb b/recipes/autoconf/autoconf_2.63.bb index ea0bebd237..916aee35e0 100644 --- a/recipes/autoconf/autoconf_2.63.bb +++ b/recipes/autoconf/autoconf_2.63.bb @@ -4,13 +4,13 @@ PR = "${INC_PR}.0" DEFAULT_PREFERENCE = "-1" -SRC_URI += "file://autoreconf-exclude.patch;patch=1 \ - file://autoreconf-foreign.patch;patch=1 \ - file://autoheader-nonfatal-warnings.patch;patch=1 \ - file://autoreconf-gnuconfigize.patch;patch=1 \ - file://config-site.patch;patch=1" +SRC_URI += "file://autoreconf-exclude.patch;apply=yes \ + file://autoreconf-foreign.patch;apply=yes \ + file://autoheader-nonfatal-warnings.patch;apply=yes \ + file://autoreconf-gnuconfigize.patch;apply=yes \ + file://config-site.patch;apply=yes" -SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch;patch=1" +SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch;apply=yes" SRC_URI[autoconf.md5sum] = "7565809ed801bb5726da0631ceab3699" SRC_URI[autoconf.sha256sum] = "264d7c1c0e268bc77fbe0f308e085545535edfe73f33e27c80219cc0c9c71246" -- cgit 1.2.3-korg