From 6aee7cff29c9ee1b4122736c86e2569ffcf41a33 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 25 Jul 2024 12:24:55 -0400 Subject: meta-agl-bsp: remove redundant abseil-cpp patches Remove local patches for abseil-cpp and python3-grpcio (which has a vendored abseil-cpp) that were to fix a runtime crash on RISC-V plaforms. The patches have been merged into the recipes in upstream meta-oe and meta-python, so are no longer required with the latest bump of those layers. Bug-AGL: SPEC-5212 Change-Id: I863b4a7c32697c42e967f3cc0cfb1c7f98604e5a Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30115 Reviewed-by: Jan-Simon Moeller ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- .../recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bbappend | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 meta-agl-bsp/openembedded-layer/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bbappend (limited to 'meta-agl-bsp/openembedded-layer/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bbappend') diff --git a/meta-agl-bsp/openembedded-layer/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bbappend b/meta-agl-bsp/openembedded-layer/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bbappend deleted file mode 100644 index 2bf47126f..000000000 --- a/meta-agl-bsp/openembedded-layer/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" - -SRC_URI += "file://0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch" -- cgit 1.2.3-korg