summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb')
-rw-r--r--meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
index 23cd25986e..1c9d517525 100644
--- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
+++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
@@ -24,18 +24,18 @@ SRC_URI += "file://0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch \
24 file://conditionaltests.patch \ 24 file://conditionaltests.patch \
25 file://no-clobber.patch \ 25 file://no-clobber.patch \
26 " 26 "
27SRC_URI_append_class-native = " file://pkg-config-native.patch" 27SRC_URI:append:class-native = " file://pkg-config-native.patch"
28 28
29BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"
30 30
31# Do not check for XML catalogs when building because that 31# Do not check for XML catalogs when building because that
32# information is not used for anything during build. Recipe 32# information is not used for anything during build. Recipe
33# dependencies make sure we have all the right bits. 33# dependencies make sure we have all the right bits.
34do_configure_prepend() { 34do_configure:prepend() {
35 sed -i -e 's,^JH_CHECK_XML_CATALOG.*,,' ${S}/configure.ac 35 sed -i -e 's,^JH_CHECK_XML_CATALOG.*,,' ${S}/configure.ac
36} 36}
37 37
38do_install_append () { 38do_install:append () {
39 # configure values for python3 and pkg-config encoded in scripts 39 # configure values for python3 and pkg-config encoded in scripts
40 for fn in ${bindir}/gtkdoc-depscan \ 40 for fn in ${bindir}/gtkdoc-depscan \
41 ${bindir}/gtkdoc-mkhtml2 \ 41 ${bindir}/gtkdoc-mkhtml2 \
@@ -47,10 +47,10 @@ do_install_append () {
47 done 47 done
48} 48}
49 49
50FILES_${PN} += "${datadir}/sgml" 50FILES:${PN} += "${datadir}/sgml"
51FILES_${PN}-doc = "" 51FILES:${PN}-doc = ""
52 52
53SYSROOT_PREPROCESS_FUNCS_append_class-native = " gtkdoc_makefiles_sysroot_preprocess" 53SYSROOT_PREPROCESS_FUNCS:append:class-native = " gtkdoc_makefiles_sysroot_preprocess"
54gtkdoc_makefiles_sysroot_preprocess() { 54gtkdoc_makefiles_sysroot_preprocess() {
55 # Patch the gtk-doc makefiles so that the qemu wrapper is used to run transient binaries 55 # Patch the gtk-doc makefiles so that the qemu wrapper is used to run transient binaries
56 # instead of libtool wrapper or running them directly 56 # instead of libtool wrapper or running them directly