From c4a57555b58eda768874dd9e36e936ed399bcc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 7 Apr 2016 07:55:53 +0200 Subject: [PATCH] kio-extras: add exiv2 to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | WARNING: kio-extras-15.12.3-r0 do_package_qa: QA Issue: kio-extras rdepends on exiv2, but it isn't a build dependency, missing exiv2 in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Andreas Müller --- recipes-kde/apps/kio-extras/kio-extras.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kde/apps/kio-extras/kio-extras.bb b/recipes-kde/apps/kio-extras/kio-extras.bb index ca38df89..60d50d9b 100644 --- a/recipes-kde/apps/kio-extras/kio-extras.bb +++ b/recipes-kde/apps/kio-extras/kio-extras.bb @@ -14,6 +14,7 @@ inherit kde-apps DEPENDS += " \ qtsvg \ \ + exiv2 \ karchive \ kconfig \ kconfigwidgets \