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/gpe-autostarter/gpe-autostarter_0.11.bb | 4 ++-- recipes/gpe-autostarter/gpe-autostarter_0.12.bb | 4 ++-- recipes/gpe-autostarter/gpe-autostarter_0.6.bb | 2 +- recipes/gpe-autostarter/gpe-autostarter_0.7.bb | 2 +- recipes/gpe-autostarter/gpe-autostarter_svn.bb | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'recipes/gpe-autostarter') diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.11.bb b/recipes/gpe-autostarter/gpe-autostarter_0.11.bb index cff18d912a..49a15734b0 100644 --- a/recipes/gpe-autostarter/gpe-autostarter_0.11.bb +++ b/recipes/gpe-autostarter/gpe-autostarter_0.11.bb @@ -5,8 +5,8 @@ LICENSE = "GPL" inherit gpe -SRC_URI += "file://dbus-new-api.patch;patch=1 \ - file://makefile-fix.patch;patch=1" +SRC_URI += "file://dbus-new-api.patch;apply=yes \ + file://makefile-fix.patch;apply=yes" SRC_URI[md5sum] = "d993818295e00754592ee6c13db4a723" diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.12.bb b/recipes/gpe-autostarter/gpe-autostarter_0.12.bb index 41175492cd..e371a35a2d 100644 --- a/recipes/gpe-autostarter/gpe-autostarter_0.12.bb +++ b/recipes/gpe-autostarter/gpe-autostarter_0.12.bb @@ -5,8 +5,8 @@ RDEPENDS = "hotplug-dbus" inherit gpe -SRC_URI += "file://wireless.patch;patch=1 \ - file://makefile-fix.patch;patch=1" +SRC_URI += "file://wireless.patch;apply=yes \ + file://makefile-fix.patch;apply=yes" SRC_URI[md5sum] = "254a580e67d8e804adb3583281ae8586" diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.6.bb b/recipes/gpe-autostarter/gpe-autostarter_0.6.bb index 68c225fc0e..1b18cf9e13 100644 --- a/recipes/gpe-autostarter/gpe-autostarter_0.6.bb +++ b/recipes/gpe-autostarter/gpe-autostarter_0.6.bb @@ -5,7 +5,7 @@ RDEPENDS = "hotplug-dbus" inherit gpe -SRC_URI += "file://makefile-fix.patch;patch=1" +SRC_URI += "file://makefile-fix.patch;apply=yes" SRC_URI[md5sum] = "798085fd2e2b25f5145a05104d39ebc6" SRC_URI[sha256sum] = "8ce9aee873a337f876f82d54eb10a258911a03b3abb4eb79f9b2f04c8c304bbb" diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.7.bb b/recipes/gpe-autostarter/gpe-autostarter_0.7.bb index 30f6b0c16a..c4b110c05d 100644 --- a/recipes/gpe-autostarter/gpe-autostarter_0.7.bb +++ b/recipes/gpe-autostarter/gpe-autostarter_0.7.bb @@ -5,7 +5,7 @@ RDEPENDS = "hotplug-dbus" inherit gpe -SRC_URI += "file://makefile-fix.patch;patch=1" +SRC_URI += "file://makefile-fix.patch;apply=yes" SRC_URI[md5sum] = "f098c17601426c696f45c1b244fa1f73" SRC_URI[sha256sum] = "094157f59ac1a5146953bc74e5dac9f4b28fa14545bc12df87899f61cdfe18d6" diff --git a/recipes/gpe-autostarter/gpe-autostarter_svn.bb b/recipes/gpe-autostarter/gpe-autostarter_svn.bb index 2742952e0f..9fcde51808 100644 --- a/recipes/gpe-autostarter/gpe-autostarter_svn.bb +++ b/recipes/gpe-autostarter/gpe-autostarter_svn.bb @@ -6,7 +6,7 @@ RDEPENDS = "hotplug-dbus" inherit gpe SRC_URI = "${GPE_SVN} \ - file://svn-build.patch;patch=1" + file://svn-build.patch;apply=yes" S = "${WORKDIR}/${PN}" -- cgit 1.2.3-korg