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/maemo4/libgpsbt_0.1.bb | 2 +- recipes/maemo4/libgpsmgr_0.1.bb | 2 +- recipes/maemo4/libhildon_1.99.0.bb | 2 +- recipes/maemo4/libhildonfm_1.9.46.bb | 2 +- recipes/maemo4/libosso_2.13.bb | 4 ++-- recipes/maemo4/osso-ic-oss_1.0.4.bb | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'recipes/maemo4') diff --git a/recipes/maemo4/libgpsbt_0.1.bb b/recipes/maemo4/libgpsbt_0.1.bb index 4197f910fe..59aa205278 100644 --- a/recipes/maemo4/libgpsbt_0.1.bb +++ b/recipes/maemo4/libgpsbt_0.1.bb @@ -7,7 +7,7 @@ DEPENDS = "libgpsmgr dbus" # This is proprietary software in Chinook, so we have to stay with the last released # free version. SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-18.tar.gz \ - file://configure-fix-version.patch;patch=1" + file://configure-fix-version.patch;apply=yes" inherit autotools diff --git a/recipes/maemo4/libgpsmgr_0.1.bb b/recipes/maemo4/libgpsmgr_0.1.bb index b09396c9a8..703d937ad3 100644 --- a/recipes/maemo4/libgpsmgr_0.1.bb +++ b/recipes/maemo4/libgpsmgr_0.1.bb @@ -3,7 +3,7 @@ LICENSE = "nokia" # This is proprietary software in Chinook, so we have to stay with the last released # free version. SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-10.tar.gz \ - file://configure-fix-version.patch;patch=1" + file://configure-fix-version.patch;apply=yes" PR = "r1" diff --git a/recipes/maemo4/libhildon_1.99.0.bb b/recipes/maemo4/libhildon_1.99.0.bb index dbed502bfa..8c9c9afc73 100644 --- a/recipes/maemo4/libhildon_1.99.0.bb +++ b/recipes/maemo4/libhildon_1.99.0.bb @@ -4,7 +4,7 @@ DEPENDS += "libpng libxt libxi" SRC_URI = "\ http://repository.maemo.org/pool/maemo4.0/free/source/libh/${PN}/${PN}_${PV}-1.tar.gz \ - file://libhildon-buildfix.patch;patch=1 \ + file://libhildon-buildfix.patch;apply=yes \ " diff --git a/recipes/maemo4/libhildonfm_1.9.46.bb b/recipes/maemo4/libhildonfm_1.9.46.bb index df866a1411..4c22ce70c2 100644 --- a/recipes/maemo4/libhildonfm_1.9.46.bb +++ b/recipes/maemo4/libhildonfm_1.9.46.bb @@ -4,7 +4,7 @@ PR = "r1" SRC_URI = "\ http://repository.maemo.org/pool/maemo4.0/free/source/libh/${PN}/${PN}_${PV}.tar.gz \ - file://libhildonfm-gtkmaemo-ifdef.patch;patch=1 \ + file://libhildonfm-gtkmaemo-ifdef.patch;apply=yes \ " diff --git a/recipes/maemo4/libosso_2.13.bb b/recipes/maemo4/libosso_2.13.bb index 2193427fe5..b99a83be29 100644 --- a/recipes/maemo4/libosso_2.13.bb +++ b/recipes/maemo4/libosso_2.13.bb @@ -4,8 +4,8 @@ PR = "r2" SRC_URI = "\ http://repository.maemo.org/pool/maemo4.0/free/source/libo/${PN}/${PN}_${PV}-1.1fix.tar.gz \ - file://libosso-buildfix.patch;patch=1 \ - file://libosso-dont-use-inline.patch;patch=1 \ + file://libosso-buildfix.patch;apply=yes \ + file://libosso-dont-use-inline.patch;apply=yes \ " PACKAGES += "${PN}-outo ${PN}-outo-dev ${PN}-outo-dbg ${PN}-outo-bin-dbg ${PN}-outo-bin" diff --git a/recipes/maemo4/osso-ic-oss_1.0.4.bb b/recipes/maemo4/osso-ic-oss_1.0.4.bb index afc3f5e765..9935c9ddbd 100644 --- a/recipes/maemo4/osso-ic-oss_1.0.4.bb +++ b/recipes/maemo4/osso-ic-oss_1.0.4.bb @@ -7,7 +7,7 @@ PR = "r1" # No sources for that Maemo revision any more. SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}.tar.gz \ - file://dbus-api-update.patch;patch=1 " + file://dbus-api-update.patch;apply=yes " inherit autotools pkgconfig lib_package -- cgit 1.2.3-korg