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/libsigc++-1.2/libsigc++-1.2_1.2.5.bb | 4 ++-- recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/libsigc++-1.2') diff --git a/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb b/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb index 9734a59e33..1723bb52e2 100644 --- a/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb +++ b/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb @@ -4,8 +4,8 @@ PRIORITY = "optional" PR = "r1" LICENSE = "GPL LGPL" SRC_URI = "${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz \ - file://autofoo.patch;patch=1 \ - file://pkgconfig.patch;patch=1" + file://autofoo.patch;apply=yes \ + file://pkgconfig.patch;apply=yes" S = "${WORKDIR}/libsigc++-${PV}" inherit autotools pkgconfig diff --git a/recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb b/recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb index 9aaf0594eb..41b9529ab1 100644 --- a/recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb +++ b/recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb @@ -5,8 +5,8 @@ LICENSE = "GPL LGPL" PR = "r0" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/1.2/libsigc++-${PV}.tar.bz2 \ - file://autofoo.patch;patch=1 \ - file://disable-tests.patch;patch=1" + file://autofoo.patch;apply=yes \ + file://disable-tests.patch;apply=yes" S = "${WORKDIR}/libsigc++-${PV}" inherit autotools pkgconfig -- cgit 1.2.3-korg