summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-16 16:05:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-16 16:06:52 +0000
commit088642f51b03dd42a69dc1a84ff9235009c22564 (patch)
tree80e42ac695878b52f10e5f1bce7e6d09f1d8e426 /meta/recipes-devtools/installer
parent3221d97323e655fe5db863157d71ca79983b5b07 (diff)
downloadpoky-088642f51b03dd42a69dc1a84ff9235009c22564.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/installer')
-rw-r--r--meta/recipes-devtools/installer/adt-installer_1.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb
index 4437a57f1f..6380b6c830 100644
--- a/meta/recipes-devtools/installer/adt-installer_1.0.bb
+++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb
@@ -55,6 +55,9 @@ SRC_URI[sha256sum] = "81b7055eb4c12c5e5652339305c9236cf357890717d4bea063963f3f43
55 55
56ADTREPO ?= "http://adtrepo.yoctoproject.org/${SDK_VERSION}" 56ADTREPO ?= "http://adtrepo.yoctoproject.org/${SDK_VERSION}"
57 57
58# This recipe makes no sense as a multilib
59MULTILIBS = ""
60
58do_populate_adt[umask] = "022" 61do_populate_adt[umask] = "022"
59 62
60fakeroot do_populate_adt () { 63fakeroot do_populate_adt () {