]> code.ossystems Code Review - openembedded-core.git/commitdiff
icu 3.6: dropp apply=yes from path
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 27 Jun 2012 08:19:52 +0000 (16:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jun 2012 12:07:51 +0000 (13:07 +0100)
The "apply=yes" doesn't appear to be necessary, so drop it.

[YOCTO #2664]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/icu/icu-3.6.inc

index 23447d3306d9c8c65d864d1b09541e8beb6215cb..d3391fea5d87a6108a38356b382803afc209cad4 100644 (file)
@@ -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"