aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-i18n/opie-i18n_cvs.bb
blob: 0d1d913ad93506e84c620458b0bd5cc3dd3e058c (plain)
1
2
3
4
5
6
7
8
require ${PN}.inc

OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}"
PV = "${OPIE_GIT_PV}"
PR = "r1"

SRC_URI = "${OPIE_GIT};protocol=git;subpath=i18n \
	   ${OPIE_GIT};protocol=git;subpath=etc/dict"
7.4p1 OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch
blob: 0999a851539acf9ed155ee1123141bd5e6640e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Index: eggdbus-0.6/docs/eggdbus/Makefile.am
===================================================================
--- eggdbus-0.6.orig/docs/eggdbus/Makefile.am
+++ eggdbus-0.6/docs/eggdbus/Makefile.am
@@ -87,11 +87,7 @@ HTML_IMAGES = 				\
 # Extra options to supply to gtkdoc-fixref
 FIXXREF_OPTIONS=
 
-if ENABLE_GTK_DOC
-include $(top_srcdir)/gtk-doc.make
-else
 CLEANFILES =
-endif
 
 CLEANFILES +=   *~				\
 		eggdbus-scan.*			\
Index: eggdbus-0.6/docs/tests/Makefile.am
===================================================================
--- eggdbus-0.6.orig/docs/tests/Makefile.am
+++ eggdbus-0.6/docs/tests/Makefile.am
@@ -65,11 +65,7 @@ HTML_IMAGES = 				\
 # Extra options to supply to gtkdoc-fixref
 FIXXREF_OPTIONS=
 
-if ENABLE_GTK_DOC
-include $(top_srcdir)/gtk-doc.make
-else
 CLEANFILES =
-endif
 
 CLEANFILES +=   *~				\
 		tests-scan.*			\