diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-10-08 08:15:42 -0700 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2015-10-08 19:41:44 -0700 |
commit | 9fc80e1eb21c0162a8cf71a47dee6acad170071a (patch) | |
tree | 0778b0550d9f8ab11a8ca3d9cd60251fcfe8e3da /meta/recipes-sato | |
parent | 74a20f8b78163ac27fb6fd2c6d4015c3c9572103 (diff) | |
download | openembedded-core-contrib-rbt/conffiles.tar.gz |
recipes-multimedia/sato/support: cleanup CONFFILESrbt/conffiles
The ${sysconfdir}/* are CONFFILES by default.
[YOCTO #8436]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb b/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb index e27339fb46..2ccda38c52 100644 --- a/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb +++ b/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb @@ -14,4 +14,3 @@ do_install() { } FILES_${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf" -CONFFILES_${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf" |