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/protozero/protozero_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/protozero/protozero_git.bb')
-rw-r--r-- | recipes-navigation/protozero/protozero_git.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-navigation/protozero/protozero_git.bb b/recipes-navigation/protozero/protozero_git.bb deleted file mode 100644 index c65968cd9..000000000 --- a/recipes-navigation/protozero/protozero_git.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "protozero library" -DESCRIPTION = "Minimalist protocol buffer decoder and encoder in C++" - -HOMEPAGE = "https://github.com/mapbox/protozero" -SECTION = "apps" - -LICENSE = "BSD & Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE.md;md5=bb1a27fdd409f635a3f92106ef78d30a \ - file://LICENSE.from_folly;md5=2ee41112a44fe7014dce33e26468ba93 \ - " - -SRC_URI = "git://github.com/mapbox/protozero.git;protocol=http" -SRCREV = "aa8b304cf63831589f52c254b5af2c688bdc2fc4" - -S = "${WORKDIR}/git" - -CFLAGS:prepend = " -I${STAGING_DIR_HOST}/include" - -inherit cmake pkgconfig |