mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
36
meta/recipes-graphics/tasks/task-core-clutter.bb
Normal file
36
meta/recipes-graphics/tasks/task-core-clutter.bb
Normal file
@@ -0,0 +1,36 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenedHand Ltd.
|
||||
#
|
||||
|
||||
DESCRIPTION = "Clutter Tasks for OpenedHand Poky"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
PR = "r4"
|
||||
|
||||
PACKAGES = "\
|
||||
task-core-clutter-core \
|
||||
task-core-clutter-core-dbg \
|
||||
task-core-clutter-core-dev \
|
||||
task-core-clutter-apps \
|
||||
task-core-clutter-apps-dbg \
|
||||
task-core-clutter-apps-dev \
|
||||
task-core-clutter-tests \
|
||||
task-core-clutter-tests-dbg \
|
||||
task-core-clutter-tests-dev \
|
||||
"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
RDEPENDS_task-core-clutter-core = "\
|
||||
clutter-1.4 \
|
||||
clutter-gst-1.4 \
|
||||
clutter-gtk-1.4"
|
||||
|
||||
RDEPENDS_task-core-clutter-tests = "\
|
||||
clutter-gst-1.4-examples \
|
||||
clutter-gtk-1.4-examples"
|
||||
|
||||
#RDEPENDS_task-core-clutter-apps = "\
|
||||
# clutter-box2d "
|
||||
Reference in New Issue
Block a user