From: Scott Murray Date: Tue, 13 Feb 2024 22:13:17 +0000 (-0500) Subject: Remove virtual/webruntime RPROVIDES X-Git-Tag: 17.90.0^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=6be03f56ff9c3fd5407431b98f8d10110d1350a3 Remove virtual/webruntime RPROVIDES At this point it is not really the case that WAM can be switched out for another web runtime, so just remove the virtual/webruntime RPROVIDES rather than rework it. Bug-AGL: SPEC-5067 Change-Id: I0b55f483352c93e50e36d25d6237abe3598552b4 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29677 ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account --- diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb index 7ea23e795..9c93b32c2 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -31,7 +31,7 @@ AGL_APPS = " \ " RDEPENDS:${PN}:append = " \ - virtual/webruntime \ + wam \ weston-ini-conf-landscape-no-activate \ ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'unzip' , '', d)} \ qtquickcontrols2-agl \ diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index f80433c4a..f76641e51 100644 --- a/recipes-wam/wam/wam_git.bb +++ b/recipes-wam/wam/wam_git.bb @@ -53,6 +53,3 @@ FILES:${PN} += "${sysconfdir}/init \ ${libdir}/webappmanager/plugins/*.so" RDEPENDS:${PN} += " bash grpc-web-proxy" - -PROVIDES += "virtual/webruntime" -RPROVIDES:${PN} += "virtual/webruntime"