diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb b/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb new file mode 100644 index 0000000000..5c52437af8 --- /dev/null +++ b/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "Non-interactive ssh password auth" | ||
| 2 | HOMEPAGE = "http://sshpass.sourceforge.net/" | ||
| 3 | SECTION = "console/network" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 6 | |||
| 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7" | ||
| 10 | |||
| 11 | inherit autotools | ||
