Files
meta-office/recipes-support/mdds/mdds-2.0.bb
Andreas Müller c2ef244ed4 mdds-2.0: initial add 2.0.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-02-04 23:58:38 +01:00

19 lines
547 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://LICENSE;md5=60a6093677ded88b5e28677e52a0c011"
inherit autotools-brokensep pkgconfig
SRC_URI = " \
git://gitlab.com/mdds/mdds.git;protocol=https;branch=master \
file://0001-configure.ac-remove-fixed-paths-causing-trouble-when.patch \
"
PV = "2.0.1"
SRCREV = "311ba9e0ff8c29e50829ce5a8e936fbce288c6d7"
S = "${WORKDIR}/git"
DEPENDS = "boost"
BBCLASSEXTEND = "native"