diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-30 17:43:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-30 17:48:34 +0100 |
commit | 738ff6bc72533bbdeb58425b20b0bfbeff280a04 (patch) | |
tree | 44ade7ff86cee224036f47a787a5c54862ffb794 | |
parent | a4e2df151af781edbcb6b0e17b51b5ed226bf77f (diff) | |
download | openembedded-core-738ff6bc72533bbdeb58425b20b0bfbeff280a04.tar.gz openembedded-core-738ff6bc72533bbdeb58425b20b0bfbeff280a04.tar.bz2 openembedded-core-738ff6bc72533bbdeb58425b20b0bfbeff280a04.zip |
nativesdk: Don't enable MULTILIBS
package_write_rpm references the MULTILIBS variable and the checksums
of nativesdk recipes were changing as a result of this.
We don't need/want MULTILIBS values for nativesdk so disable this.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/nativesdk.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index f74da6267f..a78257c192 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass @@ -10,6 +10,8 @@ LIBCOVERRIDE = ":${NATIVESDKLIBC}" CLASSOVERRIDE = "class-nativesdk" MACHINEOVERRIDES = "" +MULTILIBS = "" + # # Update PACKAGE_ARCH and PACKAGE_ARCHS # |