From bab40ecd22a0a788f983e3fb82b27091a9ec38f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 25 Feb 2015 23:39:04 +0100 Subject: [PATCH] add lxqt-openssh-askpass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../lxqt-openssh-askpass/lxqt-openssh-askpass_git.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-lxqt/lxqt-openssh-askpass/lxqt-openssh-askpass_git.bb diff --git a/recipes-lxqt/lxqt-openssh-askpass/lxqt-openssh-askpass_git.bb b/recipes-lxqt/lxqt-openssh-askpass/lxqt-openssh-askpass_git.bb new file mode 100644 index 00000000..529be9dc --- /dev/null +++ b/recipes-lxqt/lxqt-openssh-askpass/lxqt-openssh-askpass_git.bb @@ -0,0 +1,10 @@ +SUMMARY = "This is a very small helper app for ssh-agent" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" + +inherit lxqt + +DEPENDS += "liblxqt" + +SRCREV = "d49d5ac0fd52abbdbfecc7c92a8bec4ba4ff47e9" +PV = "0.9.0"