From bf169df3f483264385555de1ccb691e8904ec8c7 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 18 Mar 2024 22:23:51 -0400 Subject: python3-grpcio: add bbappend Add bbappend to tweak the LDFLAGS used when building for RISC-V so that libatomic gets linked as is required. See the comment in the .inc file for more information. Bug-AGL: SPEC-5011 Change-Id: I90f839be8cbaf527c11508476ab6dd5ab6eb8799 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29746 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- recipes-devtools/python/python3-grpcio_1.45.0.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-devtools/python/python3-grpcio_1.45.0.bbappend (limited to 'recipes-devtools/python/python3-grpcio_1.45.0.bbappend') diff --git a/recipes-devtools/python/python3-grpcio_1.45.0.bbappend b/recipes-devtools/python/python3-grpcio_1.45.0.bbappend new file mode 100644 index 000000000..26036fc88 --- /dev/null +++ b/recipes-devtools/python/python3-grpcio_1.45.0.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'python3-grpcio_agldemo.inc', '', d)} -- cgit 1.2.3-korg