Add Tidy.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3898 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Robert Bradford
2008-03-04 11:17:27 +00:00
parent e2d6705431
commit 8ef8bc7398
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
DESCRIPTION = "Tidy library"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL"
STDDEPENDS = "clutter"
BASE_CONF = "--disable-gtk-doc"
DEPENDS = "${STDDEPENDS}"
EXTRA_OECONF = "${BASE_CONF}"
inherit autotools pkgconfig
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
}

View File

@@ -0,0 +1,11 @@
Index: tidy/doc/reference/Makefile.am
===================================================================
--- tidy.orig/doc/reference/Makefile.am 2007-11-06 19:36:56.000000000 +0000
+++ tidy/doc/reference/Makefile.am 2007-11-06 19:37:02.000000000 +0000
@@ -77,4 +77,4 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += version.xml.in
+EXTRA_DIST = version.xml.in

View File

@@ -0,0 +1,8 @@
require tidy.inc
PV = "0.1.0+svnr${SRCREV}"
SRC_URI = "svn://svn.o-hand.com/repos/tidy;module=trunk;proto=http"
S = "${WORKDIR}/trunk"