diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2013-10-17 15:59:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:58:17 +0100 |
commit | cd75faddba0dc0906058dadc57d98f52d44dfaaf (patch) | |
tree | e50db64c34c2160512ca595edb2cccaf2cd0b14a /meta | |
parent | 2b7f388051a0573188bf84b51deaeeaf8fab08e4 (diff) | |
download | poky-cd75faddba0dc0906058dadc57d98f52d44dfaaf.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/icu/icu.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index e3944cd653..c592f85911 100644 --- a/meta/recipes-support/icu/icu.inc +++ b/meta/recipes-support/icu/icu.inc | |||
@@ -19,6 +19,7 @@ inherit autotools pkgconfig binconfig | |||
19 | # into consideration, the native build directory needs to be staged. | 19 | # into consideration, the native build directory needs to be staged. |
20 | EXTRA_OECONF = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}" | 20 | EXTRA_OECONF = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}" |
21 | EXTRA_OECONF_class-native = "" | 21 | EXTRA_OECONF_class-native = "" |
22 | EXTRA_OECONF_class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}" | ||
22 | 23 | ||
23 | # ICU puts custom m4 autoconf functions in aclocal.m4. | 24 | # ICU puts custom m4 autoconf functions in aclocal.m4. |
24 | # However, this file is deleted in our build system. | 25 | # However, this file is deleted in our build system. |
@@ -51,5 +52,5 @@ FILES_libiculx = "${libdir}/libiculx.so.*" | |||
51 | FILES_libicutu = "${libdir}/libicutu.so.*" | 52 | FILES_libicutu = "${libdir}/libicutu.so.*" |
52 | FILES_libicuio = "${libdir}/libicuio.so.*" | 53 | FILES_libicuio = "${libdir}/libicuio.so.*" |
53 | 54 | ||
54 | BBCLASSEXTEND = "native" | 55 | BBCLASSEXTEND = "native nativesdk" |
55 | 56 | ||