From c413164c03bdce38f41e63ad2a27dc6108521b9a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 17 Feb 2016 13:39:51 +0000 Subject: adt-installer: Drop since its replaced by the extensible SDK The extensible SDK replaces adt-installer so this can be removed now, all future effort in this direction will be placed onto that. This includes a layer version change so the autobuilder knows when to stop building adt-installer. [YOCTO #6404] Signed-off-by: Richard Purdie --- meta/recipes-core/meta/meta-world-pkgdata.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/meta/meta-world-pkgdata.bb') diff --git a/meta/recipes-core/meta/meta-world-pkgdata.bb b/meta/recipes-core/meta/meta-world-pkgdata.bb index 48a9027215..3c5db50019 100644 --- a/meta/recipes-core/meta/meta-world-pkgdata.bb +++ b/meta/recipes-core/meta/meta-world-pkgdata.bb @@ -33,7 +33,7 @@ do_install[noexec] = "1" do_configure[deptask] = "" -WORLD_PKGDATA_EXCLUDE ?= "adt-installer" +WORLD_PKGDATA_EXCLUDE ?= "" python calculate_extra_depends() { exclude = '${WORLD_PKGDATA_EXCLUDE}'.split() -- cgit 1.2.3-korg