From d21658f508c70859907f4c1687b623cadaf2c3d3 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 20 Nov 2024 19:14:22 -0500 Subject: meta-agl-kuksa-val: upgrade to VSS 5.0 Update the vss-tools and vss recipes to upgrade to the 5.0 release. This requires some updates to the supplied Python module recipes for vss-tools, including some new bbappends to enable native support for a few modules. Bug-AGL: SPEC-5299 Change-Id: Idb6a5f4d28a05dc7040a09465f6d903631bcadef Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30533 --- meta-agl-kuksa-val/recipes-devtools/python/python3-rich_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-agl-kuksa-val/recipes-devtools/python/python3-rich_%.bbappend (limited to 'meta-agl-kuksa-val/recipes-devtools/python/python3-rich_%.bbappend') diff --git a/meta-agl-kuksa-val/recipes-devtools/python/python3-rich_%.bbappend b/meta-agl-kuksa-val/recipes-devtools/python/python3-rich_%.bbappend new file mode 100644 index 000000000..221228c34 --- /dev/null +++ b/meta-agl-kuksa-val/recipes-devtools/python/python3-rich_%.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agl-kuksa-val', 'python3-rich_agl-kuksa-val.inc', '', d)} -- cgit 1.2.3-korg