From 99d2647fca4786574d6cee81e9b8c2c76ca72a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 26 Mar 2016 13:58:59 +0100 Subject: [PATCH] kimageformats: depend on karchive and therby become a tier2 citizen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../kf5/{tier1 => tier2}/kimageformats/kimageformats.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename recipes-kde/kf5/{tier1 => tier2}/kimageformats/kimageformats.bb (81%) diff --git a/recipes-kde/kf5/tier1/kimageformats/kimageformats.bb b/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb similarity index 81% rename from recipes-kde/kf5/tier1/kimageformats/kimageformats.bb rename to recipes-kde/kf5/tier2/kimageformats/kimageformats.bb index 99062361..1ea7cdc4 100644 --- a/recipes-kde/kf5/tier1/kimageformats/kimageformats.bb +++ b/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb @@ -6,7 +6,10 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 -DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)}" +DEPENDS += " \ + karchive \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \ +" PV = "${KF5_VERSION}" SRC_URI[md5sum] = "72be30ed58c068675af34fc3d6430ad0"