mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 15:38:04 +00:00
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>
This commit is contained in:
parent
fd4924087c
commit
c32daf4554
@ -1,8 +1,11 @@
|
||||
|
||||
SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \
|
||||
BASE_SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \
|
||||
file://gccfix.patch;patch=1 \
|
||||
file://noldlibpath.patch;patch=1 \
|
||||
file://use-g++-for-linking.patch;patch=1"
|
||||
SRC_URI = "${BASE_SRC_URI} \
|
||||
file://noldlibpath.patch;patch=1"
|
||||
SRC_URI_virtclass-native = "${BASE_SRC_URI}"
|
||||
|
||||
LICENSE = "ICU"
|
||||
DEPENDS = "icu-native"
|
||||
DEPENDS_virtclass-native = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user