samhain: update client and server to 3.1.5

Signed-off-by: Armin Kuster <akuster808@gmail.com>

fix missing bash depends in server recipe
This commit is contained in:
Armin Kuster
2015-03-28 08:31:14 -07:00
parent 070ccbb476
commit af8473501a
3 changed files with 3 additions and 3 deletions
@@ -47,4 +47,4 @@ FILES_${PN}-dbg += " \
${sbindir}/.debug/* \
"
DEPENDS_${PN} += "gmp"
DEPENDS_${PN} += "gmp bash"
+2 -2
View File
@@ -10,8 +10,8 @@ SRC_URI = "http://la-samhna.de/archive/samhain_signed-${PV}.tar.gz \
file://add_aarch64_to_configure.patch \
"
SRC_URI[md5sum] = "64572a4dbfdc8065d6e9f7ca0eab0a34"
SRC_URI[sha256sum] = "c234afaf9ba3c6b7d240858b74423f935185de66e996405b3016ec4a288a7e1e"
SRC_URI[md5sum] = "b72b526c6ee504317981e6dba1673b9d"
SRC_URI[sha256sum] = "2d7d93992d1737b72ff7c835b4c90a2d4d46e448d9265c0c3341544f6b1ffcdb"
S = "${WORKDIR}/samhain-${PV}"