Files
meta-office/recipes-support/mdds/mdds_0.12.1.bb
Andreas Müller d5fa24b2db mdds: add native build
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-12-02 21:48:11 +01:00

17 lines
540 B
BlitzBasic

SUMMARY = "A collection of multi-dimensional data structures and indexing algorithms"
HOMEPAGE = "https://gitlab.com/mdds/mdds"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=7371ccd26e1d800140423a16d724333e"
inherit autotools-brokensep pkgconfig
SRC_URI = "http://kohei.us/files/${BPN}/src/${BPN}_${PV}.tar.bz2"
SRC_URI[md5sum] = "ef2560ed5416652a7fe195305b14cebe"
SRC_URI[sha256sum] = "23565e9d7810a6ac30478833813db847f80e927b414a7be07b7cc03ed3aae83d"
S = "${WORKDIR}/${BPN}_${PV}"
DEPENDS = "boost"
BBCLASSEXTEND = "native"