]> code.ossystems Code Review - openembedded-core.git/commitdiff
adt-installer: Set INHIBIT_DEFAULT_DEPS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Oct 2014 09:56:06 +0000 (10:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Oct 2014 09:58:18 +0000 (10:58 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/installer/adt-installer_1.0.bb

index a90a2b4afd1794cf91ea50a1a55d193b2a1f5642..07070b54cf7ed8f86f595293310c8dee61cc22e4 100644 (file)
@@ -29,6 +29,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
 LICENSE = "MIT"
 
 PACKAGES = ""
+INHIBIT_DEFAULT_DEPS = "1"
 
 PR = "r11"