diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-06-11 11:57:22 +0800 |
---|---|---|
committer | Kevin Tian <kevin.tian@intel.com> | 2010-06-11 11:57:22 +0800 |
commit | c32daf455403b03b0009825ca49a7f44b4c03fe1 (patch) | |
tree | 083a5e60baa9ca1101b4199f845bfa13bb5674ad /meta | |
parent | fd4924087cf596d5c8d1270187050abf30c7cb69 (diff) | |
download | poky-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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/icu/icu-3.6.inc | 7 |
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 | ||
2 | SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \ | 2 | BASE_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" |
5 | SRC_URI = "${BASE_SRC_URI} \ | ||
6 | file://noldlibpath.patch;patch=1" | ||
7 | SRC_URI_virtclass-native = "${BASE_SRC_URI}" | ||
8 | |||
6 | LICENSE = "ICU" | 9 | LICENSE = "ICU" |
7 | DEPENDS = "icu-native" | 10 | DEPENDS = "icu-native" |
8 | DEPENDS_virtclass-native = "" | 11 | DEPENDS_virtclass-native = "" |