add ksshaskpass

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-04 17:01:52 +01:00
parent 98c3af7c7c
commit e8893bc64c
2 changed files with 24 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ RDEPENDS_${PN} = " \
kio-extras \
kmenuedit \
kscreen \
ksshaskpass \
\
kwayland \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "kwin", "",d)} \

View File

@@ -0,0 +1,23 @@
SUMMARY = "ssh-add helper that uses kwallet and kpassworddialog"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \
"
inherit kde-plasma
DEPENDS += " \
kcoreaddons \
ki18n \
kwallet \
kwidgetsaddons \
"
# REVISIT optionals
DEPENDS += " \
kdoctools \
"
PV = "${PLASMA_VERSION}"
SRC_URI[md5sum] = "1a95a3e40ad05ea977c836df109fd7ca"
SRC_URI[sha256sum] = "7b2597fa8b5fa0a0ec08e006646a11dcdaa84cce0beca6dcef8d75fec2a2b29f"