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-17 13:12:11 -0400 |
commit | 8635e7c6c160d06f2ba5a5a84324122d6588b891 (patch) | |
tree | 0cdc121eea05e59beb39d0e1f630cb0b76c7560a /recipes-navigation/osrm-backend/osrm-backend_git.bb | |
parent | 683496a08c6526e35fc4c64d7c1772548e64b7fa (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: I50325a8a3f9481744bf1bb1e77dad31167b54bb6
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 be93e2101..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 |