From 336feb657ff08df8374c59a16e88396c117a2e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 15 Sep 2016 00:58:43 +0200 Subject: [PATCH] ktexteditor: add libgit2 to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | WARNING: ktexteditor-5.25.0-r0 do_package_qa: QA Issue: ktexteditor rdepends on libgit2, but it isn't a build dependency, missing libgit2 in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Andreas Müller --- recipes-kde/kf5/tier3/ktexteditor/ktexteditor.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.inc b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.inc index 397c4bdf..06d3f4ad 100644 --- a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.inc +++ b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.inc @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 perlnative -DEPENDS += "karchive kconfig kguiaddons ki18n kio kparts sonnet" +DEPENDS += "karchive kconfig kguiaddons ki18n kio kparts sonnet libgit2" PV = "${KF5_VERSION}" SRC_URI[md5sum] = "c34217c409480ac45f48693c72e3ed8a"