summaryrefslogtreecommitdiffstats
path: root/meta/classes/nativesdk.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-30 17:43:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-01 21:45:57 +0100
commitd36c7036a20a6abb1a8515b26d9d48d2efdaf864 (patch)
tree6db4aad5c77b9328be23c4f096d64e37be2faf06 /meta/classes/nativesdk.bbclass
parent7ae326c76bd7c357d11974db618eb65956b57d44 (diff)
downloadpoky-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.bbclass2
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}"
10CLASSOVERRIDE = "class-nativesdk" 10CLASSOVERRIDE = "class-nativesdk"
11MACHINEOVERRIDES = "" 11MACHINEOVERRIDES = ""
12 12
13MULTILIBS = ""
14
13# 15#
14# Update PACKAGE_ARCH and PACKAGE_ARCHS 16# Update PACKAGE_ARCH and PACKAGE_ARCHS
15# 17#