From e4abd07475c05dfa7736406b3f2c70e5e4907271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 10 Jun 2021 21:48:54 +0200 Subject: [PATCH] kwallet-pam: add socat to RDEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | pam_kwallet_init.desktop[1552]: /usr/libexec/pam_kwallet_init: line 4: socat: command not found Signed-off-by: Andreas Müller --- recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb b/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb index d5696b74..a139ddf3 100644 --- a/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb +++ b/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb @@ -21,3 +21,5 @@ SRC_URI += "file://0001-use-pkgconfig-to-find-libgcrypt.patch" EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${base_libdir}" FILES_${PN} += "${base_libdir}/security" + +RDEPENDS_${PN} = "socat"