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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16757): https://lists.yoctoproject.org/g/meta-arago/message/16757 Mute This Topic: https://lists.yoctoproject.org/mt/116283876/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
