summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-06-11 11:57:22 +0800
committerKevin Tian <kevin.tian@intel.com>2010-06-11 11:57:22 +0800
commitc32daf455403b03b0009825ca49a7f44b4c03fe1 (patch)
tree083a5e60baa9ca1101b4199f845bfa13bb5674ad
parentfd4924087cf596d5c8d1270187050abf30c7cb69 (diff)
downloadpoky-c32daf455403b03b0009825ca49a7f44b4c03fe1.tar.gz
icu-native: LD_LIBRARY_PATH is required
Back to commit ea45876d7ba3d4d2b132fd38a2c40834a2385f34, LD_LIBRARY_PATH is disable for cross-build, however it's required for native version. So force noldlibpath.patch for non-native case only Signed-off-by Kevin Tian <kevin.tian@intel.com>
-rw-r--r--meta/packages/icu/icu-3.6.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/packages/icu/icu-3.6.inc b/meta/packages/icu/icu-3.6.inc
index e99fc4a202..9761908bd0 100644
--- a/meta/packages/icu/icu-3.6.inc
+++ b/meta/packages/icu/icu-3.6.inc
@@ -1,8 +1,11 @@
1 1
2SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \ 2BASE_SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \
3 file://gccfix.patch;patch=1 \ 3 file://gccfix.patch;patch=1 \
4 file://noldlibpath.patch;patch=1 \
5 file://use-g++-for-linking.patch;patch=1" 4 file://use-g++-for-linking.patch;patch=1"
5SRC_URI = "${BASE_SRC_URI} \
6 file://noldlibpath.patch;patch=1"
7SRC_URI_virtclass-native = "${BASE_SRC_URI}"
8
6LICENSE = "ICU" 9LICENSE = "ICU"
7DEPENDS = "icu-native" 10DEPENDS = "icu-native"
8DEPENDS_virtclass-native = "" 11DEPENDS_virtclass-native = ""