[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2804/8267] nativesdk: Don't enable MULTILIBS



commit d36c7036a20a6abb1a8515b26d9d48d2efdaf864
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Fri Sep 30 17:43:22 2016 +0100

    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>

 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 f74da62..a78257c 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
 #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]