diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-24 09:56:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-26 11:12:12 +0000 |
commit | 46cb0124916ae4df6ece3398a82d62b656228c27 (patch) | |
tree | ecbe23603b8bcb73ddf55ab10244cde40c9200a5 /meta/classes/crosssdk.bbclass | |
parent | f4743e0686a4211edd610cc5f2de70a223723b70 (diff) | |
download | poky-46cb0124916ae4df6ece3398a82d62b656228c27.tar.gz |
crosssdk/cross-canadian: Set LIBCOVERRIDE correctly
(From OE-Core rev: 94bece16c23c9ec8850fd497aea37e6a265da30a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/crosssdk.bbclass')
-rw-r--r-- | meta/classes/crosssdk.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/crosssdk.bbclass b/meta/classes/crosssdk.bbclass index fdaaac8481..c0c0bfee16 100644 --- a/meta/classes/crosssdk.bbclass +++ b/meta/classes/crosssdk.bbclass | |||
@@ -1,6 +1,8 @@ | |||
1 | inherit cross | 1 | inherit cross |
2 | 2 | ||
3 | CLASSOVERRIDE = "class-crosssdk" | 3 | CLASSOVERRIDE = "class-crosssdk" |
4 | NATIVESDKLIBC ?= "libc-glibc" | ||
5 | LIBCOVERRIDE = ":${NATIVESDKLIBC}" | ||
4 | MACHINEOVERRIDES = "" | 6 | MACHINEOVERRIDES = "" |
5 | PACKAGE_ARCH = "${SDK_ARCH}" | 7 | PACKAGE_ARCH = "${SDK_ARCH}" |
6 | python () { | 8 | python () { |