diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-30 17:43:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-01 21:45:57 +0100 |
commit | d36c7036a20a6abb1a8515b26d9d48d2efdaf864 (patch) | |
tree | 6db4aad5c77b9328be23c4f096d64e37be2faf06 /meta/classes/nativesdk.bbclass | |
parent | 7ae326c76bd7c357d11974db618eb65956b57d44 (diff) | |
download | poky-d36c7036a20a6abb1a8515b26d9d48d2efdaf864.tar.gz |
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.
(From OE-Core rev: 738ff6bc72533bbdeb58425b20b0bfbeff280a04)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/nativesdk.bbclass')
-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}" | |||
10 | CLASSOVERRIDE = "class-nativesdk" | 10 | CLASSOVERRIDE = "class-nativesdk" |
11 | MACHINEOVERRIDES = "" | 11 | MACHINEOVERRIDES = "" |
12 | 12 | ||
13 | MULTILIBS = "" | ||
14 | |||
13 | # | 15 | # |
14 | # Update PACKAGE_ARCH and PACKAGE_ARCHS | 16 | # Update PACKAGE_ARCH and PACKAGE_ARCHS |
15 | # | 17 | # |