From 61ba932ba887fc109cfa9ec82e6dbcb4975e7192 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 13 Feb 2024 17:13:17 -0500 Subject: 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/+/29624 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- recipes-wam/wam/wam_git.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'recipes-wam') diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index f80433c4..f76641e5 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" -- cgit 1.2.3-korg