* [PATCH] adt-installer: Set INHIBIT_DEFAULT_DEPS
@ 2014-10-02 9:56 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-10-02 9:56 UTC (permalink / raw)
To: openembedded-core
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>
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb
index a90a2b4..07070b5 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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-02 9:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02 9:56 [PATCH] adt-installer: Set INHIBIT_DEFAULT_DEPS Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox