aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb')
-rw-r--r--meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb
deleted file mode 100644
index afec302cb4..0000000000
--- a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.0.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "A GObject-based Exiv2 wrapper"
-LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
-
-DEPENDS = "exiv2 python3-pygobject-native"
-
-GNOMEBASEBUILDCLASS = "meson"
-GTKDOC_MESON_OPTION = "gtk_doc"
-
-inherit gnomebase gobject-introspection gtk-doc python3native
-
-SRC_URI[archive.sha256sum] = "e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e"
-
-EXTRA_OEMESON = " \
- -Dvapi=false \
- -Dpython3_girdir=${PYTHON_SITEPACKAGES_DIR}/gi/overrides \
-"
-
-PACKAGES =+ "${PN}-python3"
-FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}"
-RDEPENDS:${PN}-python3 = "${PN}"