summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-02 10:56:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-02 10:58:23 +0100
commit8d494f8c2b3b106e485a93404318d5db7aedd599 (patch)
treebcd7effa997474e4c6ab608483db961e39d3b184 /meta/recipes-devtools
parent9da33f19bd859de422f99aaddfe4193e0a4db2d7 (diff)
downloadtizen-distro-8d494f8c2b3b106e485a93404318d5db7aedd599.tar.gz
tizen-distro-8d494f8c2b3b106e485a93404318d5db7aedd599.tar.bz2
tizen-distro-8d494f8c2b3b106e485a93404318d5db7aedd599.zip
adt-installer: Set INHIBIT_DEFAULT_DEPS
We've been seeing an issue on the autobuilder due to the way it builds package feed indexes. Packages get copied into the nightly build which then creates indexes however this is done without the knowledge of sstate. When adt-installer is built, it has dependencies on the toolchain and when ipk files already exist, the build throws errors. Since this recipe doesn't need a toolchain, we can remove the dependencies to work around this for now. I'm not particularly happy with what the autobuilder is doing but that is a post release issue. (From OE-Core rev: 6055263b28698a2c79c1605aca2f3810d2aa140d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/installer/adt-installer_1.0.bb1
1 files changed, 1 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 a90a2b4afd..07070b54cf 100644
--- a/meta/recipes-devtools/installer/adt-installer_1.0.bb
+++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb
@@ -29,6 +29,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
LICENSE = "MIT"
PACKAGES = ""
+INHIBIT_DEFAULT_DEPS = "1"
PR = "r11"