diff options
Diffstat (limited to 'meta/recipes-devtools')
-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 () { |