blob: a7178dbc1c129d46f90bf64339ff16b38a89c5c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SUMMARY = "libosmium library"
DESCRIPTION = "Fast and flexible C++ library for working with OpenStreetMap data. "
HOMEPAGE = "http://osmcode.org/libosmium"
SECTION = "apps"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
SRC_URI = "git://github.com/osmcode/libosmium.git;protocol=http"
SRCREV = "28c676054064c6b75204f0981c21fb3e265c9319"
S = "${WORKDIR}/git"
EXTRA_OECMAKE += "-DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF"
DEPENDS = "boost protozero"
inherit cmake pkgconfig
|