libosmium: add osmium recipe
[AGL/meta-agl-demo.git] / recipes-navigation / osmium / osmium_git.bb
1 SUMMARY     = "libosmium library"
2 DESCRIPTION = "Fast and flexible C++ library for working with OpenStreetMap data. "
3 HOMEPAGE    = "http://osmcode.org/libosmium"
4 SECTION     = "apps"
5
6 LICENSE     = "BSD"
7 LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
8
9 SRC_URI = "git://github.com/osmcode/libosmium.git;protocol=http"
10 SRCREV  = "28c676054064c6b75204f0981c21fb3e265c9319"
11
12 S  = "${WORKDIR}/git"
13
14 EXTRA_OECMAKE += "-DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF"
15
16 DEPENDS = "boost protozero"
17
18 inherit cmake pkgconfig