summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/appstream/appstream_0.16.1.bb (renamed from meta-oe/recipes-support/appstream/appstream_0.15.5.bb)8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/appstream/appstream_0.15.5.bb b/meta-oe/recipes-support/appstream/appstream_0.16.1.bb
index e8637b5eef..50d8cdb4c2 100644
--- a/meta-oe/recipes-support/appstream/appstream_0.15.5.bb
+++ b/meta-oe/recipes-support/appstream/appstream_0.16.1.bb
@@ -11,7 +11,6 @@ DEPENDS = " \
11 gperf-native \ 11 gperf-native \
12 glib-2.0 \ 12 glib-2.0 \
13 libyaml \ 13 libyaml \
14 libstemmer \
15 libxml2 \ 14 libxml2 \
16 libxmlb \ 15 libxmlb \
17 libxslt-native \ 16 libxslt-native \
@@ -26,10 +25,15 @@ GIR_MESON_OPTION = ""
26 25
27SRC_URI = "https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz" 26SRC_URI = "https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz"
28SRC_URI:append:class-target = " file://0001-fix-crosscompile.patch" 27SRC_URI:append:class-target = " file://0001-fix-crosscompile.patch"
29SRC_URI[sha256sum] = "cb15ed62cc2729683879a2dbf98c0a3267ea2b4d57bba6bc55e70a25500e04c2" 28SRC_URI[sha256sum] = "77e274e163db1f0a1bec8f4134b1d0f31e9c0a8c54cd37f724a7d30a71cf41d2"
30 29
31S = "${WORKDIR}/AppStream-${PV}" 30S = "${WORKDIR}/AppStream-${PV}"
32 31
32PACKAGECONFIG ?= "stemming ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
33
34PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd"
35PACKAGECONFIG[stemming] = "-Dstemming=true,-Dstemming=false,libstemmer"
36
33FILES:${PN} += "${datadir}" 37FILES:${PN} += "${datadir}"
34 38
35EXTRA_OEMESON:class-target += "--cross-file=${WORKDIR}/meson-${PN}.cross" 39EXTRA_OEMESON:class-target += "--cross-file=${WORKDIR}/meson-${PN}.cross"