mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
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>
This commit is contained in:
+3
-4
@@ -7,13 +7,12 @@ DEPENDS = "exiv2 python3-pygobject-native"
|
|||||||
GNOMEBASEBUILDCLASS = "meson"
|
GNOMEBASEBUILDCLASS = "meson"
|
||||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
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 = " \
|
EXTRA_OEMESON = " \
|
||||||
-Dvapi=false \
|
${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', '-Dvapi=false', d)} \
|
||||||
-Dpython3_girdir=${PYTHON_SITEPACKAGES_DIR}/gi/overrides \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-python3"
|
PACKAGES =+ "${PN}-python3"
|
||||||
Reference in New Issue
Block a user