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/gnet/gnet_cvs.bb | 2 +- recipes/gnet/gnet_svn.bb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/gnet') diff --git a/recipes/gnet/gnet_cvs.bb b/recipes/gnet/gnet_cvs.bb index b36df17c18..03be4056c6 100644 --- a/recipes/gnet/gnet_cvs.bb +++ b/recipes/gnet/gnet_cvs.bb @@ -6,7 +6,7 @@ DEPENDS = "glib-2.0" PV = "2.0.7+cvs${SRCDATE}" SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=gnet \ - file://buildfix.patch;patch=1" + file://buildfix.patch;apply=yes" S = "${WORKDIR}/gnet" EXTRA_OECONF = "--disable-pthreads" diff --git a/recipes/gnet/gnet_svn.bb b/recipes/gnet/gnet_svn.bb index 8132ab51c4..6db5f07620 100644 --- a/recipes/gnet/gnet_svn.bb +++ b/recipes/gnet/gnet_svn.bb @@ -8,9 +8,9 @@ PV = "2.0.7+svnr${SRCPV}" PR = "r1" SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk;proto=http \ - file://buildfix.patch;patch=1 \ - file://configure_fix.patch;patch=1 \ - file://pkgconfig_fix.patch;patch=1 " + file://buildfix.patch;apply=yes \ + file://configure_fix.patch;apply=yes \ + file://pkgconfig_fix.patch;apply=yes " S = "${WORKDIR}/trunk" -- cgit v1.2.3