mirror of
https://git.yoctoproject.org/poky
synced 2026-05-17 20:27:54 +02:00
(From OE-Core rev: b14a92f4450bb08b9f11d3fd7a99155315527cdd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
392 B
BlitzBasic
15 lines
392 B
BlitzBasic
DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \
|
|
which enables development of rich and animated graphical user interfaces."
|
|
|
|
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
IMAGE_INSTALL = "\
|
|
${CORE_IMAGE_BASE_INSTALL} \
|
|
task-core-clutter-core \
|
|
task-core-clutter-tests \
|
|
task-core-clutter-apps"
|
|
|
|
inherit core-image
|