mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
adt-installer: Disable multilibs
This recipe is pointless as a multilib and worse, it races agaist itself causing autobuilder failures. Disable the multilib case. (From OE-Core rev: e927e838cf2b4d6c2a55421f2db957dcfb186b8a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -55,6 +55,9 @@ SRC_URI[sha256sum] = "81b7055eb4c12c5e5652339305c9236cf357890717d4bea063963f3f43
|
||||
|
||||
ADTREPO ?= "http://adtrepo.yoctoproject.org/${SDK_VERSION}"
|
||||
|
||||
# This recipe makes no sense as a multilib
|
||||
MULTILIBS = ""
|
||||
|
||||
do_populate_adt[umask] = "022"
|
||||
|
||||
fakeroot do_populate_adt () {
|
||||
|
||||
Reference in New Issue
Block a user