summaryrefslogtreecommitdiffstats
path: root/recipes-demo/html5-mediaplayer
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-03-18 17:16:12 -0400
committerScott Murray <scott.murray@konsulko.com>2024-03-19 11:44:32 +0000
commit24c523366dd47a888af689ac50f31065c4cb186f (patch)
tree5960b199acbe3f5546dc64f0cf866ba584973c94 /recipes-demo/html5-mediaplayer
parentce73b75391878e7e144eaf9df4a4bfddca543eea (diff)
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 <scott.murray@konsulko.com> 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
Diffstat (limited to 'recipes-demo/html5-mediaplayer')
-rw-r--r--recipes-demo/html5-mediaplayer/html5-mediaplayer_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/html5-mediaplayer/html5-mediaplayer_git.bb b/recipes-demo/html5-mediaplayer/html5-mediaplayer_git.bb
index 7c39f37f..c1780529 100644
--- a/recipes-demo/html5-mediaplayer/html5-mediaplayer_git.bb
+++ b/recipes-demo/html5-mediaplayer/html5-mediaplayer_git.bb
@@ -13,7 +13,7 @@ SRC_URI = " \
"
SRCREV = "b87776912cc31c976415ceb49e7551f500e0975b"
-inherit pythonnative agl-app
+inherit agl-app
AGL_APP_TEMPLATE = "agl-app-web"
AGL_APP_ID = "webapps-mediaplayer"