From 7db2493e4f05614d50e5ff6dd422071205dfafb0 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 8 Oct 2015 08:15:42 -0700 Subject: recipes-bsp: cleanup CONFFILES The ${sysconfdir}/* are CONFFILES by default. [YOCTO #8436] Signed-off-by: Robert Yang --- meta/recipes-bsp/alsa-state/alsa-state.bb | 1 - meta/recipes-bsp/pcmciautils/pcmciautils.inc | 2 -- 2 files changed, 3 deletions(-) diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb index d0f7bb3305..ce59d33d09 100644 --- a/meta/recipes-bsp/alsa-state/alsa-state.bb +++ b/meta/recipes-bsp/alsa-state/alsa-state.bb @@ -52,7 +52,6 @@ RRECOMMENDS_alsa-state = "alsa-states" RDEPENDS_${PN} = "alsa-utils-alsactl" FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf" -CONFFILES_${PN} = "${sysconfdir}/asound.conf" FILES_alsa-states = "${localstatedir}/lib/alsa/*.state" diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils.inc b/meta/recipes-bsp/pcmciautils/pcmciautils.inc index 9d1c55bbad..0bf0620ea0 100644 --- a/meta/recipes-bsp/pcmciautils/pcmciautils.inc +++ b/meta/recipes-bsp/pcmciautils/pcmciautils.inc @@ -28,5 +28,3 @@ EXTRA_OEMAKE = "-e 'STRIP=echo' 'LIB_OBJS=-lc -lsysfs' 'LEX=flex'" do_install () { oe_runmake 'DESTDIR=${D}' install } - -CONFFILES_${PN} += "${sysconfdir}/pcmcia/config.opts" -- cgit 1.2.3-korg