mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
- This adds clutter-{gst,gtk,cairo}-0.8 recipes and clutter-{gst,gtk,cairo}-0.6 recipes.
- It removes the 0.4 recipes. - It renames things so that the major.minor revision is now part of the package name. This lets us correctly specify SRCREVs for each branch, and allows parallell install. - All the SRCREVs have been updated to the heads of their corresponding branches git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5384 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
17
meta/packages/clutter/clutter-gtk.inc
Normal file
17
meta/packages/clutter/clutter-gtk.inc
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION = "Clutter GTK+"
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
DEPENDS = "gtk+"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/clutter-gtk"
|
||||
|
||||
PACKAGES =+ "${PN}-examples"
|
||||
FILES_${PN}-examples = "${bindir}/gtk-clutter-test ${bindir}/gtk-clutter-events ${bindir}/gtk-clutter-multistage"
|
||||
|
||||
inherit autotools pkgconfig gtk-doc
|
||||
|
||||
do_stage () {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user