From 8635e7c6c160d06f2ba5a5a84324122d6588b891 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 15 Sep 2021 14:51:22 -0400 Subject: 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 Change-Id: I50325a8a3f9481744bf1bb1e77dad31167b54bb6 --- .../osrm-backend/osrm-backend_git.bb | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 recipes-navigation/osrm-backend/osrm-backend_git.bb (limited to 'recipes-navigation/osrm-backend/osrm-backend_git.bb') 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 be93e210..00000000 --- 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 -- cgit 1.2.3-korg