mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
Add Tidy.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3898 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
18
meta/packages/clutter/tidy.inc
Normal file
18
meta/packages/clutter/tidy.inc
Normal 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
|
||||
}
|
||||
|
||||
11
meta/packages/clutter/tidy/autofoo.patch
Normal file
11
meta/packages/clutter/tidy/autofoo.patch
Normal 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
|
||||
|
||||
8
meta/packages/clutter/tidy_svn.bb
Normal file
8
meta/packages/clutter/tidy_svn.bb
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user