diff options
-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 | ||
27 | SRC_URI = "https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz" | 26 | SRC_URI = "https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz" |
28 | SRC_URI:append:class-target = " file://0001-fix-crosscompile.patch" | 27 | SRC_URI:append:class-target = " file://0001-fix-crosscompile.patch" |
29 | SRC_URI[sha256sum] = "cb15ed62cc2729683879a2dbf98c0a3267ea2b4d57bba6bc55e70a25500e04c2" | 28 | SRC_URI[sha256sum] = "77e274e163db1f0a1bec8f4134b1d0f31e9c0a8c54cd37f724a7d30a71cf41d2" |
30 | 29 | ||
31 | S = "${WORKDIR}/AppStream-${PV}" | 30 | S = "${WORKDIR}/AppStream-${PV}" |
32 | 31 | ||
32 | PACKAGECONFIG ?= "stemming ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | ||
33 | |||
34 | PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd" | ||
35 | PACKAGECONFIG[stemming] = "-Dstemming=true,-Dstemming=false,libstemmer" | ||
36 | |||
33 | FILES:${PN} += "${datadir}" | 37 | FILES:${PN} += "${datadir}" |
34 | 38 | ||
35 | EXTRA_OEMESON:class-target += "--cross-file=${WORKDIR}/meson-${PN}.cross" | 39 | EXTRA_OEMESON:class-target += "--cross-file=${WORKDIR}/meson-${PN}.cross" |