From 0f52e73ac2c56ada279d892623a0b75268de0a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 21 Oct 2019 23:11:22 +0200 Subject: [PATCH] exiv2: remove -it is in meta-oe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/exiv2/exiv2.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 recipes-support/exiv2/exiv2.bb diff --git a/recipes-support/exiv2/exiv2.bb b/recipes-support/exiv2/exiv2.bb deleted file mode 100644 index 426448a5..00000000 --- a/recipes-support/exiv2/exiv2.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Exif, Iptc and XMP metadata manipulation library and tools" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2" - -DEPENDS = "zlib expat" - -SRC_URI = "https://exiv2.org/releases/${BPN}-${PV}-Source.tar.gz" -SRC_URI[md5sum] = "56d064517ae5903dd963b84514a121c1" -SRC_URI[sha256sum] = "f125286980fd1bcb28e188c02a93946951c61e10784720be2301b661a65b3081" - -PV = "0.27.1" -S = "${WORKDIR}/${BPN}-${PV}-Source" - -inherit cmake gettext