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/icu/icu-3.6.inc | 2 +- recipes/icu/icu_3.6.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/icu') diff --git a/recipes/icu/icu-3.6.inc b/recipes/icu/icu-3.6.inc index 198c73f491..16a1fd244f 100644 --- a/recipes/icu/icu-3.6.inc +++ b/recipes/icu/icu-3.6.inc @@ -4,7 +4,7 @@ LICENSE = "ICU" INC_PR = "r5" SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \ - file://elif-to-else.patch;patch=1" + file://elif-to-else.patch;apply=yes" S = "${WORKDIR}/icu/source" diff --git a/recipes/icu/icu_3.6.bb b/recipes/icu/icu_3.6.bb index cb0d4c5b5b..4a07592641 100644 --- a/recipes/icu/icu_3.6.bb +++ b/recipes/icu/icu_3.6.bb @@ -3,8 +3,8 @@ require icu-3.6.inc DEPENDS += "icu-native" PR = "${INC_PR}.1" -SRC_URI += "file://use-g++-for-linking.patch;patch=1 \ - file://rematch-gcc-bug.patch;patch=1" +SRC_URI += "file://use-g++-for-linking.patch;apply=yes \ + file://rematch-gcc-bug.patch;apply=yes" do_configure_append() { for i in */Makefile */*.inc */*/Makefile */*/*.inc icudefs.mk ; do -- cgit 1.2.3-korg