1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

packagegroup-core-clutter: remove empty -apps/-tests tasks

These aren't useful at the moment, so remove them and all references to
them.

(From OE-Core rev: 1179041f1cb7bf11ab17f94d9df05af5016e5b51)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2012-08-30 23:24:15 +01:00
committed by Richard Purdie
parent b9052eec6f
commit e5f7edf0d6
2 changed files with 3 additions and 13 deletions
@@ -8,7 +8,6 @@ LICENSE = "MIT"
IMAGE_INSTALL = "\
${CORE_IMAGE_BASE_INSTALL} \
packagegroup-core-clutter-core \
packagegroup-core-clutter-tests \
packagegroup-core-clutter-apps"
"
inherit core-image
@@ -10,20 +10,11 @@ PR = "r4"
inherit packagegroup
PACKAGES = "\
packagegroup-core-clutter-core \
packagegroup-core-clutter-apps \
packagegroup-core-clutter-tests \
${PN}-core \
"
RDEPENDS_packagegroup-core-clutter-core = "\
RDEPENDS_${PN}-core = "\
clutter-1.8 \
clutter-gst-1.8 \
clutter-gtk-1.8 \
"
#RDEPENDS_packagegroup-core-clutter-tests = "\
# clutter-gst-1.8-examples \
# clutter-gtk-1.8-examples"
#RDEPENDS_packagegroup-core-clutter-apps = "\
# clutter-box2d "