From d4d0a8f2c9dca1899285e1c433a5b195c51fb619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 20 Jan 2020 09:04:17 +0100 Subject: [PATCH] tetzle: Do not override DPENDS added in classes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | WARNING: tetzle-2.1.5-r0 do_package_qa: QA Issue: tetzle rdepends on desktop-file-utils, but it isn't a build dependency, missing desktop-file-utils in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Andreas Müller --- recipes-gottcode/tetzle/tetzle.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gottcode/tetzle/tetzle.bb b/recipes-gottcode/tetzle/tetzle.bb index 639bdc5d..ed25e7ec 100644 --- a/recipes-gottcode/tetzle/tetzle.bb +++ b/recipes-gottcode/tetzle/tetzle.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" inherit qmake5 qt5-translation gtk-icon-cache mime-xdg -DEPENDS = "qttools-native qtbase hicolor-icon-theme" +DEPENDS += "qttools-native qtbase hicolor-icon-theme" SRC_URI = "http://gottcode.org/${BPN}/${BPN}-${PV}-src.tar.bz2" SRC_URI[md5sum] = "85685c336812e6e46133ab5e82be4a4d"