[meta-arago][scarthgap][PATCH 04/10] emptty-conf: Remove rogue -conf entries
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Since the PN for this recipe is already emptty-conf having the extra -conf creates bad entries for this recipe. This was caught using yocto-check-layer. Signed-off-by: Ryan Eatmon <[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.17.1