summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb
index 45a28ed967..c56e9e3dd9 100644
--- a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb
+++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb
@@ -17,7 +17,7 @@ DEPENDS = " \
17 libstemmer \ 17 libstemmer \
18" 18"
19 19
20inherit meson gobject-introspection gettext bash-completion pkgconfig 20inherit meson gobject-introspection gettext bash-completion pkgconfig manpages
21 21
22SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz" 22SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz"
23SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002" 23SRC_URI[sha256sum] = "ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002"
@@ -26,6 +26,9 @@ EXTRA_OEMESON = " \
26 -Drpm=false \ 26 -Drpm=false \
27" 27"
28 28
29PACKAGECONFIG ?= ""
30PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,docbook-xml-dtd4-native docbook-xsl-stylesheets-native libxslt-native"
31
29FILES:${PN} += "${libdir}/asb-plugins-5" 32FILES:${PN} += "${libdir}/asb-plugins-5"
30 33
31FILES:${PN}-dev += " \ 34FILES:${PN}-dev += " \