From: Scott Murray Date: Wed, 16 Apr 2025 17:10:28 +0000 (-0400) Subject: agl-demo-control-panel: fix resource compilation X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a7c097d5261257610b14046f38bcd483fe94d015;p=AGL%2Fmeta-agl-demo.git agl-demo-control-panel: fix resource compilation Updated path to rcc resource compiler in the agl-demo-control-panel recipe so that compilation actually works. This fixes loading of images in the app. Bug-AGL: SPEC-5417 Change-Id: Ic419199a8ced176a4e32f1366acfa0690884a8fd Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30924 Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- diff --git a/recipes-demo/agl-demo-control-panel/agl-demo-control-panel_git.bb b/recipes-demo/agl-demo-control-panel/agl-demo-control-panel_git.bb index cdcbb4a82..b8eeea85d 100644 --- a/recipes-demo/agl-demo-control-panel/agl-demo-control-panel_git.bb +++ b/recipes-demo/agl-demo-control-panel/agl-demo-control-panel_git.bb @@ -21,8 +21,7 @@ do_compile[noexec] = "1" do_install() { # compile qrc - # RECIPE_SYSROOT_NATIVE - ${RECIPE_SYSROOT_NATIVE}/usr/libexec/rcc -g python ${S}/assets/res.qrc | sed '0,/PySide6/s//PyQt6/' > ${S}/res_rc.py + rcc -g python ${S}/assets/res.qrc | sed '0,/PySide6/s//PyQt6/' > ${S}/res_rc.py # There's no provision for a Pythonic install into /usr/lib, so dump # into a directory /usr/libexec.