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-2.0/glib-2.0-native_2.6.5.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/glib-2.0/glib-2.0-native_2.6.5.bb') diff --git a/recipes/glib-2.0/glib-2.0-native_2.6.5.bb b/recipes/glib-2.0/glib-2.0-native_2.6.5.bb index c6580a6330..9c8d33e11c 100644 --- a/recipes/glib-2.0/glib-2.0-native_2.6.5.bb +++ b/recipes/glib-2.0/glib-2.0-native_2.6.5.bb @@ -13,10 +13,10 @@ export PERL_PATH="/usr/bin/env perl" EXTRA_OECONF = "--disable-debug" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/glib-${PV}.tar.bz2 \ - file://glib-gettextize-dir.patch;patch=1 \ - file://glib-mkenums-nowarn.patch;patch=1 \ + file://glib-gettextize-dir.patch;apply=yes \ + file://glib-mkenums-nowarn.patch;apply=yes \ file://glibconfig-sysdefs.h \ - file://configure-libtool.patch;patch=1" + file://configure-libtool.patch;apply=yes" S = "${WORKDIR}/glib-${PV}" -- cgit 1.2.3-korg