[oe-commits] Richard Purdie : adt-installer: Set INHIBIT_DEFAULT_DEPS

git at git.openembedded.org git at git.openembedded.org
Thu Oct 2 23:16:22 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 6055263b28698a2c79c1605aca2f3810d2aa140d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6055263b28698a2c79c1605aca2f3810d2aa140d

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Oct  2 10:56:06 2014 +0100

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/installer/adt-installer_1.0.bb | 1 +
 1 file changed, 1 insertion(+)

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"
 



More information about the Openembedded-commits mailing list