[oe-commits] Robert Yang : icu 3.6: dropp apply=yes from path

git at git.openembedded.org git at git.openembedded.org
Fri Jun 29 12:24:37 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 78abdd12305d4b74d7ec82fd38b7a27aaa8d7d95
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=78abdd12305d4b74d7ec82fd38b7a27aaa8d7d95

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Jun 27 16:19:52 2012 +0800

icu 3.6: dropp apply=yes from path

The "apply=yes" doesn't appear to be necessary, so drop it.

[YOCTO #2664]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/icu/icu-3.6.inc |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-support/icu/icu-3.6.inc b/meta/recipes-support/icu/icu-3.6.inc
index 23447d3..d3391fe 100644
--- a/meta/recipes-support/icu/icu-3.6.inc
+++ b/meta/recipes-support/icu/icu-3.6.inc
@@ -3,11 +3,13 @@ DESCRIPTION = "The International Component for Unicode (ICU) is a mature, portab
 HOMEPAGE = "http://www-01.ibm.com/software/globalization/icu/index.jsp"
 
 BASE_SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \
-           file://gccfix.patch;apply=yes \
+           file://gccfix.patch \
            file://fix-parallel-build.patch \
-           file://use-g++-for-linking.patch;apply=yes"
+           file://use-g++-for-linking.patch \
+           "
 SRC_URI = "${BASE_SRC_URI} \
-           file://noldlibpath.patch;apply=yes"
+           file://noldlibpath.patch \
+           "
 SRC_URI_virtclass-native = "${BASE_SRC_URI}"
 
 LICENSE = "ICU"





More information about the Openembedded-commits mailing list