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/glib-1.2/glib-1.2-native_1.2.10.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/glib-1.2/glib-1.2-native_1.2.10.bb') diff --git a/recipes/glib-1.2/glib-1.2-native_1.2.10.bb b/recipes/glib-1.2/glib-1.2-native_1.2.10.bb index 159dc98e3c..d00e9a174e 100644 --- a/recipes/glib-1.2/glib-1.2-native_1.2.10.bb +++ b/recipes/glib-1.2/glib-1.2-native_1.2.10.bb @@ -13,9 +13,9 @@ EXTRA_OECONF = "--disable-debug" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v1.2/glib-${PV}.tar.gz \ file://glibconfig-sysdefs.h \ file://depcomp \ - file://glib-reconf-fix;patch=1 \ - file://posix-conf-changes;patch=1 \ - file://gcc-3.4-pretty_function;patch=1" + file://glib-reconf-fix;apply=yes \ + file://posix-conf-changes;apply=yes \ + file://gcc-3.4-pretty_function;apply=yes" S = "${WORKDIR}/glib-${PV}" -- cgit 1.2.3-korg