diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-17 13:39:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:31:17 +0000 |
commit | ab3a71833c7f446aeed7e2aebbd3e20d484c71ff (patch) | |
tree | 0f28c910bd5cce1e72933a1737cbe5e4e0913432 /meta/recipes-core | |
parent | c1c6a9d64e5f54386a811aa01fa1f7d99c2b08f7 (diff) | |
download | poky-ab3a71833c7f446aeed7e2aebbd3e20d484c71ff.tar.gz |
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]
(From OE-Core rev: c413164c03bdce38f41e63ad2a27dc6108521b9a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/meta-world-pkgdata.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
33 | 33 | ||
34 | do_configure[deptask] = "" | 34 | do_configure[deptask] = "" |
35 | 35 | ||
36 | WORLD_PKGDATA_EXCLUDE ?= "adt-installer" | 36 | WORLD_PKGDATA_EXCLUDE ?= "" |
37 | 37 | ||
38 | python calculate_extra_depends() { | 38 | python calculate_extra_depends() { |
39 | exclude = '${WORLD_PKGDATA_EXCLUDE}'.split() | 39 | exclude = '${WORLD_PKGDATA_EXCLUDE}'.split() |