diff options
author | John Klug <john.klug@multitech.com> | 2017-04-13 10:40:36 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 15:21:54 -0500 |
commit | 5e19029437fa71ef531f53ccbb76d8791d69d89f (patch) | |
tree | 5aa798f3217fb31c07a16a6c512ec08805bdd132 /recipes-extended/autossh | |
parent | c9515b69abd1fcf8182c930651e9677d249a8212 (diff) | |
download | meta-mlinux-5e19029437fa71ef531f53ccbb76d8791d69d89f.tar.gz meta-mlinux-5e19029437fa71ef531f53ccbb76d8791d69d89f.tar.bz2 meta-mlinux-5e19029437fa71ef531f53ccbb76d8791d69d89f.zip |
Fix autossh broken autotools build
Diffstat (limited to 'recipes-extended/autossh')
-rw-r--r-- | recipes-extended/autossh/autossh_1.4c.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/autossh/autossh_1.4c.bb b/recipes-extended/autossh/autossh_1.4c.bb index b40b53f..c314093 100644 --- a/recipes-extended/autossh/autossh_1.4c.bb +++ b/recipes-extended/autossh/autossh_1.4c.bb @@ -4,6 +4,7 @@ LICENSE = "custom-freely-distributable" LIC_FILES_CHKSUM = "file://autossh.c;start_line=10;end_line=22;md5=60abb4e02db9c8a062426f574d2fccae" SECTION = "console/utils" PRIORITY = "optional" +inherit autotools-brokensep PR = "r1" |