summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb')
-rw-r--r--meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb b/meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb
index f51e83e3f4..2be10be500 100644
--- a/meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb
+++ b/meta/recipes-gnome/gnome/gobject-introspection_1.32.1.bb
@@ -3,6 +3,8 @@ DEPENDS = "glib-2.0 libffi python-native gobject-introspection-native"
3DEPENDS_virtclass-native = "glib-2.0-native libffi-native python-native bison-native flex-native" 3DEPENDS_virtclass-native = "glib-2.0-native libffi-native python-native bison-native flex-native"
4BBCLASSEXTEND = "native" 4BBCLASSEXTEND = "native"
5 5
6PR = "r1"
7
6SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" 8SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
7SRC_URI = "\ 9SRC_URI = "\
8 ${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BP}.tar.xz \ 10 ${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BP}.tar.xz \
@@ -17,15 +19,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=90d577535a3898e1ae5dbf0ae3509a8c \
17 file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ 19 file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
18 file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7" 20 file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7"
19 21
20inherit autotools 22inherit autotools gtk-doc
21 23
22do_configure_prepend () { 24do_configure_prepend () {
23 echo "EXTRA_DIST = " > ${S}/gtk-doc.make 25 echo "EXTRA_DIST = " > ${S}/gtk-doc.make
24} 26}
25 27
26EXTRA_OECONF = "\ 28EXTRA_OECONF = "--disable-tests"
27 --disable-gtk-doc \
28 --disable-gtk-doc-html \
29 --disable-gtk-doc-pdf \
30 --disable-tests \
31"