diff options
Diffstat (limited to 'recipes-navigation')
-rw-r--r-- | recipes-navigation/osmium/osmium_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-navigation/osmium/osmium_git.bb b/recipes-navigation/osmium/osmium_git.bb new file mode 100644 index 000000000..962ba0a86 --- /dev/null +++ b/recipes-navigation/osmium/osmium_git.bb @@ -0,0 +1,18 @@ +SUMMARY = "libosmium library" +DESCRIPTION = "Fast and flexible C++ library for working with OpenStreetMap data. " +HOMEPAGE = "http://osmcode.org/libosmium" +SECTION = "apps" + +LICENSE = "BSD" +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 |