mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +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:
committed by
Richard Purdie
parent
b9052eec6f
commit
e5f7edf0d6
@@ -8,7 +8,6 @@ LICENSE = "MIT"
|
|||||||
IMAGE_INSTALL = "\
|
IMAGE_INSTALL = "\
|
||||||
${CORE_IMAGE_BASE_INSTALL} \
|
${CORE_IMAGE_BASE_INSTALL} \
|
||||||
packagegroup-core-clutter-core \
|
packagegroup-core-clutter-core \
|
||||||
packagegroup-core-clutter-tests \
|
"
|
||||||
packagegroup-core-clutter-apps"
|
|
||||||
|
|
||||||
inherit core-image
|
inherit core-image
|
||||||
|
|||||||
@@ -10,20 +10,11 @@ PR = "r4"
|
|||||||
inherit packagegroup
|
inherit packagegroup
|
||||||
|
|
||||||
PACKAGES = "\
|
PACKAGES = "\
|
||||||
packagegroup-core-clutter-core \
|
${PN}-core \
|
||||||
packagegroup-core-clutter-apps \
|
|
||||||
packagegroup-core-clutter-tests \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_packagegroup-core-clutter-core = "\
|
RDEPENDS_${PN}-core = "\
|
||||||
clutter-1.8 \
|
clutter-1.8 \
|
||||||
clutter-gst-1.8 \
|
clutter-gst-1.8 \
|
||||||
clutter-gtk-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 "
|
|
||||||
|
|||||||
Reference in New Issue
Block a user