summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multitech/recipes/autossh/autossh_1.4c.bb20
-rw-r--r--multitech/recipes/images/corecdp-full-image.bb2
2 files changed, 22 insertions, 0 deletions
diff --git a/multitech/recipes/autossh/autossh_1.4c.bb b/multitech/recipes/autossh/autossh_1.4c.bb
new file mode 100644
index 0000000..484333f
--- /dev/null
+++ b/multitech/recipes/autossh/autossh_1.4c.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Keeps ssh tunnels alive"
+HOMEPAGE = "http://www.harding.motd.ca/autossh"
+LICENSE = "GPL"
+SECTION = "console/utils"
+PRIORITY = "optional"
+
+PR = "r1"
+
+SRC_URI = "http://www.harding.motd.ca/autossh/autossh-1.4c.tgz"
+SRC_URI[md5sum] = "26520eea934f296be0783dabe7fcfd28"
+SRC_URI[sha256sum] = "6fcaba6a409a46bdf832086736bb8f09d245ebce11027f41d39588a95dc7fd1d"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+inherit autotools
+
+do_install() {
+ install -d ${D}/${bindir}
+ install -m 755 ${S}/autossh ${D}/${bindir}/autossh
+}
diff --git a/multitech/recipes/images/corecdp-full-image.bb b/multitech/recipes/images/corecdp-full-image.bb
index 35165f4..9841137 100644
--- a/multitech/recipes/images/corecdp-full-image.bb
+++ b/multitech/recipes/images/corecdp-full-image.bb
@@ -13,6 +13,8 @@ IMAGE_INSTALL += "${LIGHTTPD}"
IMAGE_INSTALL += "sqlite3"
+IMAGE_INSTALL += "autossh"
+
IMAGE_INSTALL += "perl"
IMAGE_INSTALL += "perl-module-io"
IMAGE_INSTALL += "libdevice-serialport-perl"