mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 22:09:39 +01:00
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>
21 lines
273 B
BlitzBasic
21 lines
273 B
BlitzBasic
#
|
|
# Copyright (C) 2007 OpenedHand Ltd.
|
|
#
|
|
|
|
DESCRIPTION = "Clutter Tasks for OpenedHand Poky"
|
|
LICENSE = "MIT"
|
|
|
|
PR = "r4"
|
|
|
|
inherit packagegroup
|
|
|
|
PACKAGES = "\
|
|
${PN}-core \
|
|
"
|
|
|
|
RDEPENDS_${PN}-core = "\
|
|
clutter-1.8 \
|
|
clutter-gst-1.8 \
|
|
clutter-gtk-1.8 \
|
|
"
|