mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
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>
This commit is contained in:
@@ -10,6 +10,8 @@ LIBCOVERRIDE = ":${NATIVESDKLIBC}"
|
||||
CLASSOVERRIDE = "class-nativesdk"
|
||||
MACHINEOVERRIDES = ""
|
||||
|
||||
MULTILIBS = ""
|
||||
|
||||
#
|
||||
# Update PACKAGE_ARCH and PACKAGE_ARCHS
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user