From: Robert Yang Date: Thu, 8 Oct 2015 15:15:42 +0000 (-0700) Subject: recipes-devtools: cleanup CONFFILES X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=905c92c89905467ca307e876d576ae82e6101551;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git recipes-devtools: cleanup CONFFILES The ${sysconfdir}/* are CONFFILES by default. [YOCTO #8436] Signed-off-by: Robert Yang --- diff --git a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb index ace3de4f427..861f011f328 100644 --- a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb +++ b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb @@ -28,8 +28,6 @@ do_install () { FILES_${PN} = "${sysconfdir}/opkg/ " -CONFFILES_${PN} += "${sysconfdir}/opkg/arch.conf" - RREPLACES_${PN} = "opkg-config-base" RCONFLICTS_${PN} = "opkg-config-base" RPROVIDES_${PN} = "opkg-config-base" diff --git a/meta/recipes-devtools/opkg/opkg_0.3.1.bb b/meta/recipes-devtools/opkg/opkg_0.3.1.bb index 577f495344c..345b555c035 100644 --- a/meta/recipes-devtools/opkg/opkg_0.3.1.bb +++ b/meta/recipes-devtools/opkg/opkg_0.3.1.bb @@ -72,4 +72,3 @@ FILES_${PN} += "${systemd_unitdir}/system/" BBCLASSEXTEND = "native nativesdk" -CONFFILES_${PN} = "${sysconfdir}/opkg/opkg.conf"