diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-09-15 14:51:22 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-09-15 14:51:22 -0400 |
commit | a56affa977604cbc5e5e73c60fb234246e0aea4e (patch) | |
tree | 08733dc9a3e1300850701708e340e256c8d66334 /recipes-navigation/osmium/osmium_git.bb | |
parent | 07f4ab8c2833ae5377b97cc9e3820bed67e539d0 (diff) |
osrm-backend: remove recipes
Remove the osrm-backend recipe and the recipes for its dependencies
osmium and protozero, as they do not build and nothing in AGL uses
them.
Bug-AGL: SPEC-3921
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I615c555f3827488a43560da5d518a34c3ca1313f
Diffstat (limited to 'recipes-navigation/osmium/osmium_git.bb')
-rw-r--r-- | recipes-navigation/osmium/osmium_git.bb | 18 |
1 files changed, 0 insertions, 18 deletions
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 |