From afc929df2cfe5e36972195116d79a7aae93b5945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 12 Mar 2022 13:21:14 +0100 Subject: [PATCH] kio-extras: Fix build in latest environment / add libssh to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/apps/kio-extras/kio-extras.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes-kde/apps/kio-extras/kio-extras.bb b/recipes-kde/apps/kio-extras/kio-extras.bb index 16a31302..fd9922b7 100644 --- a/recipes-kde/apps/kio-extras/kio-extras.bb +++ b/recipes-kde/apps/kio-extras/kio-extras.bb @@ -15,6 +15,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-apps gettext mime DEPENDS += " \ + libssh \ qtsvg \ qtwebengine \ \ @@ -44,7 +45,6 @@ DEPENDS += " \ " # REVISIT optionals -# libssh \ # openslp # openssh <-> dropbear DEPENDS += " \ @@ -62,10 +62,6 @@ do_configure:append() { sed -i 's:smb/kdsoap-ws-discovery-client/src/kdwsdl2cpp:${STAGING_BINDIR_NATIVE}/kdwsdl2cpp:g' ${B}/build.ninja } -do_install:prepend() { - sed -i 's:${STAGING_BINDIR_NATIVE}/gperf:gperf:' ${B}/man/request_gperf.h -} - FILES:${PN} += " \ ${datadir}/kio_bookmarks \ ${datadir}/kio_info \