aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-09-23 02:10:23 +0200
committerKhem Raj <raj.khem@gmail.com>2023-09-22 23:57:50 -0700
commit85b0b10bb1a62e77ff6d51f09856c8cfeb70eecf (patch)
treed4d1be19abea17fe44bb414793e500931095e31f /meta-gnome
parent26321acb6eca2a9fce2506eb3db02b76ee988ef8 (diff)
downloadmeta-openembedded-contrib-85b0b10bb1a62e77ff6d51f09856c8cfeb70eecf.tar.gz
gexiv: Upgrade 0.14.0 -> 0.14.2
- enable vapi build - delete removed meson option Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb (renamed from meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb
index fed29da0fc..15091d4cd4 100644
--- a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb
+++ b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb
@@ -7,13 +7,12 @@ DEPENDS = "exiv2 python3-pygobject-native"
GNOMEBASEBUILDCLASS = "meson"
GTKDOC_MESON_OPTION = "gtk_doc"
-inherit gnomebase gobject-introspection gtk-doc python3native
+inherit gnomebase gobject-introspection gtk-doc python3native vala
-SRC_URI[archive.sha256sum] = "e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e"
+SRC_URI[archive.sha256sum] = "2a0c9cf48fbe8b3435008866ffd40b8eddb0667d2212b42396fdf688e93ce0be"
EXTRA_OEMESON = " \
- -Dvapi=false \
- -Dpython3_girdir=${PYTHON_SITEPACKAGES_DIR}/gi/overrides \
+ ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', '-Dvapi=false', d)} \
"
PACKAGES =+ "${PN}-python3"