diff options
author | John Klug <john.klug@multitech.com> | 2017-04-17 16:47:20 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 15:21:54 -0500 |
commit | 4979ec261513b5dae7da34fe9a1b8f35de4a72c7 (patch) | |
tree | eab16ca614536f3fbb611dea35d6fe66961461d8 /recipes-extended/autossh | |
parent | 2bb02ff02e2d600190c18646dc76cdfccf1ec5a0 (diff) | |
download | meta-mlinux-4979ec261513b5dae7da34fe9a1b8f35de4a72c7.tar.gz meta-mlinux-4979ec261513b5dae7da34fe9a1b8f35de4a72c7.tar.bz2 meta-mlinux-4979ec261513b5dae7da34fe9a1b8f35de4a72c7.zip |
Fix autossh license to be compatible with Yocto 2.1
Diffstat (limited to 'recipes-extended/autossh')
-rw-r--r-- | recipes-extended/autossh/autossh_1.4c.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/autossh/autossh_1.4c.bb b/recipes-extended/autossh/autossh_1.4c.bb index c314093..8ba78f8 100644 --- a/recipes-extended/autossh/autossh_1.4c.bb +++ b/recipes-extended/autossh/autossh_1.4c.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Keeps ssh tunnels alive" HOMEPAGE = "http://www.harding.motd.ca/autossh" -LICENSE = "custom-freely-distributable" +LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://autossh.c;start_line=10;end_line=22;md5=60abb4e02db9c8a062426f574d2fccae" SECTION = "console/utils" PRIORITY = "optional" |