blob: 421764ced7f4ed6c2d84ec977e3edf19f837e808 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Implementation of the Service Availability Forum Application Interface Specification (AIS)"
LICENSE = "BSD"
DEPENDS = "cluster-glue corosync"
SRC_URI = " \
ftp://ftp@openais.org/downloads/openais-${PV}/openais-${PV}.tar.gz \
file://fix-lcrso-linkage.patch \
"
SRC_URI[md5sum] = "13d8d590f806fb396d750b086c6c0b78"
SRC_URI[sha256sum] = "eeef58dd2df3eb16ba68b3fbdc6f0d4dfb537443f1c091ec6f0431594f2f00b6"
inherit autotools
FILES_${PN}-dbg += "${libexecdir}/lcrso/.debug"
|