X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-navigation%2Fosmium%2Fosmium_git.bb;fp=recipes-navigation%2Fosmium%2Fosmium_git.bb;h=0000000000000000000000000000000000000000;hb=a56affa977604cbc5e5e73c60fb234246e0aea4e;hp=a7178dbc1c129d46f90bf64339ff16b38a89c5c4;hpb=07f4ab8c2833ae5377b97cc9e3820bed67e539d0;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-navigation/osmium/osmium_git.bb b/recipes-navigation/osmium/osmium_git.bb deleted file mode 100644 index a7178dbc1..000000000 --- a/recipes-navigation/osmium/osmium_git.bb +++ /dev/null @@ -1,18 +0,0 @@ -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