[meta-arago][scarthgap][PATCH 2/2] weston-init-arago: add weston-init to the rprovides
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
From: Randolph Sapp <[email protected]> I made this conflict with the core version of weston-init, but I forgot to say it's actually a runtime provider of the same package to resolve any issues with core package groups. Fixes: d63830cd ("weston-init: weston-init -> weston-init-arago") Signed-off-by: Randolph Sapp <[email protected]> --- meta-arago-distro/recipes-graphics/wayland/weston-init-arago.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.bb b/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.bb index 033c32f1..395e996e 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.bb +++ b/meta-arago-distro/recipes-graphics/wayland/weston-init-arago.bb @@ -65,7 +65,7 @@ FILES:${PN} += "\ " CONFFILES:${PN} += "${sysconfdir}/xdg/weston/weston.ini ${sysconfdir}/emptty/conf" -RPROVIDES:${PN}:append = " virtual-emptty-conf" +RPROVIDES:${PN}:append = " virtual-emptty-conf weston-init" RCONFLICTS:${PN} += "weston-init" USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input,render,nopasswdlogin weston" -- 2.51.0