[meta-arago][scarthgap][PATCH] emptty-conf: remove extra "-conf" strings
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
From: Randolph Sapp <[email protected]> Left these strings in after the package split. Fixes: f9509939 ("emptty: 0.13.0 -> 0.14.0") Signed-off-by: Randolph Sapp <[email protected]> --- meta-arago-distro/recipes-graphics/emptty/emptty-conf.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/recipes-graphics/emptty/emptty-conf.bb b/meta-arago-distro/recipes-graphics/emptty/emptty-conf.bb index 0aacb086..0b98e2e1 100644 --- a/meta-arago-distro/recipes-graphics/emptty/emptty-conf.bb +++ b/meta-arago-distro/recipes-graphics/emptty/emptty-conf.bb @@ -9,6 +9,6 @@ do_install () { oe_runmake -C ${S}/src/${GO_IMPORT} DESTDIR=${D} install-config } -FILES:${PN}-conf = "${sysconfdir}/emptty/conf" -CONFFILES:${PN}-conf = "${sysconfdir}/emptty/conf" -RPROVIDES:${PN}-conf += "virtual-emptty-conf" +FILES:${PN} = "${sysconfdir}/emptty/conf" +CONFFILES:${PN} = "${sysconfdir}/emptty/conf" +RPROVIDES:${PN} += "virtual-emptty-conf" -- 2.51.1