mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
These are needed to support upgrading from task-* to packagegroup-* within existing target images at runtime. Note: these settings will very likely be moved out to a separate inc file at some point in the future. (From OE-Core rev: 5dd4de086d744c81d2275077ad0e0022204b0a68) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
495 B
BlitzBasic
27 lines
495 B
BlitzBasic
#
|
|
# Copyright (C) 2007 OpenedHand Ltd.
|
|
#
|
|
|
|
SUMMARY = "Clutter package groups"
|
|
LICENSE = "MIT"
|
|
|
|
PR = "r5"
|
|
|
|
inherit packagegroup
|
|
|
|
PACKAGES = "\
|
|
${PN}-core \
|
|
"
|
|
|
|
# For backwards compatibility after rename
|
|
RPROVIDES_${PN}-core = "task-core-clutter-core"
|
|
RREPLACES_${PN}-core = "task-core-clutter-core"
|
|
RCONFLICTS_${PN}-core = "task-core-clutter-core"
|
|
|
|
SUMMARY_${PN}-core = "Clutter graphics library"
|
|
RDEPENDS_${PN}-core = "\
|
|
clutter-1.8 \
|
|
clutter-gst-1.8 \
|
|
clutter-gtk-1.8 \
|
|
"
|