diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-16 16:05:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-16 16:06:52 +0000 |
commit | 088642f51b03dd42a69dc1a84ff9235009c22564 (patch) | |
tree | 80e42ac695878b52f10e5f1bce7e6d09f1d8e426 /meta/recipes-devtools/installer/adt-installer_1.0.bb | |
parent | 3221d97323e655fe5db863157d71ca79983b5b07 (diff) | |
download | poky-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/adt-installer_1.0.bb')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer_1.0.bb | 3 |
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 | ||
56 | ADTREPO ?= "http://adtrepo.yoctoproject.org/${SDK_VERSION}" | 56 | ADTREPO ?= "http://adtrepo.yoctoproject.org/${SDK_VERSION}" |
57 | 57 | ||
58 | # This recipe makes no sense as a multilib | ||
59 | MULTILIBS = "" | ||
60 | |||
58 | do_populate_adt[umask] = "022" | 61 | do_populate_adt[umask] = "022" |
59 | 62 | ||
60 | fakeroot do_populate_adt () { | 63 | fakeroot do_populate_adt () { |