mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
icu: Add nativesdk in BBCLASSEXTEND
(From OE-Core rev: 8d2073e796ab4e575854c7106ebbfa9a00fe2137) Signed-off-by: David Nyström <david.nystrom@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2b7f388051
commit
cd75faddba
@@ -19,6 +19,7 @@ inherit autotools pkgconfig binconfig
|
|||||||
# into consideration, the native build directory needs to be staged.
|
# into consideration, the native build directory needs to be staged.
|
||||||
EXTRA_OECONF = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}"
|
EXTRA_OECONF = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}"
|
||||||
EXTRA_OECONF_class-native = ""
|
EXTRA_OECONF_class-native = ""
|
||||||
|
EXTRA_OECONF_class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}"
|
||||||
|
|
||||||
# ICU puts custom m4 autoconf functions in aclocal.m4.
|
# ICU puts custom m4 autoconf functions in aclocal.m4.
|
||||||
# However, this file is deleted in our build system.
|
# However, this file is deleted in our build system.
|
||||||
@@ -51,5 +52,5 @@ FILES_libiculx = "${libdir}/libiculx.so.*"
|
|||||||
FILES_libicutu = "${libdir}/libicutu.so.*"
|
FILES_libicutu = "${libdir}/libicutu.so.*"
|
||||||
FILES_libicuio = "${libdir}/libicuio.so.*"
|
FILES_libicuio = "${libdir}/libicuio.so.*"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user