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/osrm-backend/osrm-backend_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/osrm-backend/osrm-backend_git.bb')
-rw-r--r-- | recipes-navigation/osrm-backend/osrm-backend_git.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-navigation/osrm-backend/osrm-backend_git.bb b/recipes-navigation/osrm-backend/osrm-backend_git.bb deleted file mode 100644 index 0b5bd3a2f..000000000 --- a/recipes-navigation/osrm-backend/osrm-backend_git.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Open Source Routing Machine" -DESCRIPTION = "Open Source Routing Machine C++ backend" -HOMEPAGE = "http://map.project-osrm.org" -SECTION = "apps" - -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=d7862bc7b1d9f5fbeee5657b31075df1" - -SRC_URI = "git://github.com/Project-OSRM/osrm-backend.git;protocol=http \ - file://0001-cmake-fix-search-paths-for-OE-building.patch \ - " - -SRCREV = "5b58445535633eb1d6840ef4e8786ff521622867" - -FILES:${PN} += " \ - ${datadir}/osrm/profiles/*.lua \ - ${datadir}/osrm/profiles/*/*.lua \ - " - -S = "${WORKDIR}/git" - -DEPENDS = "boost bzip2 tbb libzip lua osmium protozero expat" - -inherit cmake pkgconfig |