diff options
Diffstat (limited to 'meta/classes/allarch.bbclass')
-rw-r--r-- | meta/classes/allarch.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index a7ce024649..51ba509cd0 100644 --- a/meta/classes/allarch.bbclass +++ b/meta/classes/allarch.bbclass | |||
@@ -43,8 +43,8 @@ python () { | |||
43 | d.setVar("INHIBIT_PACKAGE_STRIP", "1") | 43 | d.setVar("INHIBIT_PACKAGE_STRIP", "1") |
44 | 44 | ||
45 | # These multilib values shouldn't change allarch packages so exclude them | 45 | # These multilib values shouldn't change allarch packages so exclude them |
46 | d.setVarFlag("emit_pkgdata", "vardepsexclude", "MULTILIB_VARIANTS") | 46 | d.appendVarFlag("emit_pkgdata", "vardepsexclude", " MULTILIB_VARIANTS") |
47 | d.setVarFlag("write_specfile", "vardepsexclude", "MULTILIBS") | 47 | d.appendVarFlag("write_specfile", "vardepsexclude", " MULTILIBS") |
48 | elif bb.data.inherits_class('packagegroup', d) and not bb.data.inherits_class('nativesdk', d): | 48 | elif bb.data.inherits_class('packagegroup', d) and not bb.data.inherits_class('nativesdk', d): |
49 | bb.error("Please ensure recipe %s sets PACKAGE_ARCH before inherit packagegroup" % d.getVar("FILE")) | 49 | bb.error("Please ensure recipe %s sets PACKAGE_ARCH before inherit packagegroup" % d.getVar("FILE")) |
50 | } | 50 | } |