From bd50101b94b71d0eee1740dfaf2c427bf2b780aa Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 18 Mar 2024 17:16:12 -0400 Subject: Remove meta-python dependencies Remove remaining meta-python dependencies from layer and recipe configuration. The agl-ivi-demo-platform-html5 image has been confirmed to build with these changes, and they are a prerequisite for removing meta-python from the repo manifest. Bug-AGL: SPEC-5099 Change-Id: I1d8ff343eef2d883bbc5b5baf0f7b69b161faf94 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29745 ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account (cherry picked from commit 24c523366dd47a888af689ac50f31065c4cb186f) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29765 --- recipes-demo/html5-background/html5-background_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-demo/html5-background') diff --git a/recipes-demo/html5-background/html5-background_git.bb b/recipes-demo/html5-background/html5-background_git.bb index 4e6bb143..c8487107 100644 --- a/recipes-demo/html5-background/html5-background_git.bb +++ b/recipes-demo/html5-background/html5-background_git.bb @@ -13,7 +13,7 @@ SRC_URI = " \ " SRCREV = "aa7e2a81e91ed076c0bc9ba07db5aee0f34668df" -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-${BPN}" -- cgit 1.2.3-korg