diff options
author | John Klug <john.klug@multitech.com> | 2016-11-15 13:19:57 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-11-15 13:19:57 -0600 |
commit | 430df22994074add57ed80c2944bc5e3e32f65ec (patch) | |
tree | 2cb3018a4d13255f3d7799975084b02d9707fc20 /recipes-extended | |
parent | 09ac0882fb7cf45168197dd206d9d0482fe5f4da (diff) | |
download | meta-mlinux-430df22994074add57ed80c2944bc5e3e32f65ec.tar.gz meta-mlinux-430df22994074add57ed80c2944bc5e3e32f65ec.tar.bz2 meta-mlinux-430df22994074add57ed80c2944bc5e3e32f65ec.zip |
monit depends on PAM
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/monit/monit_5.12.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/monit/monit_5.12.2.bb b/recipes-extended/monit/monit_5.12.2.bb index 017ac75..ddd2ea9 100644 --- a/recipes-extended/monit/monit_5.12.2.bb +++ b/recipes-extended/monit/monit_5.12.2.bb @@ -2,6 +2,7 @@ DESCRIPTION = "Monit" HOMEPAGE = "http://mmonit.com/" LICENSE = "AGPL-3.0" LIC_FILES_CHKSUM = "file://COPYING;md5=ea116a7defaf0e93b3bb73b2a34a3f51" +DEPENDS = "libpam" PR = "r1" |