mirror of
https://git.yoctoproject.org/poky
synced 2026-06-08 03:20:47 +00:00
eea56a7f4d
- 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
25 lines
516 B
PHP
25 lines
516 B
PHP
DESCRIPTION = "Tidy library"
|
|
HOMEPAGE = "http://www.clutter-project.org/"
|
|
LICENSE = "LGPL"
|
|
|
|
STDDEPENDS = "clutter-0.8"
|
|
BASE_CONF = "--disable-gtk-doc"
|
|
|
|
DEPENDS = "${STDDEPENDS}"
|
|
EXTRA_OECONF = "${BASE_CONF}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
PACKAGES =+ "tidy-examples"
|
|
FILES_tidy-examples = "${bindir}/test-*"
|
|
|
|
do_configure_prepend() {
|
|
touch ${S}/gtk-doc.make
|
|
sed -i s:docs/reference/Makefile::g ${S}/configure.ac
|
|
sed -i s:docs::g ${S}/Makefile.am
|
|
}
|
|
|
|
do_stage () {
|
|
autotools_stage_all
|
|
}
|