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"