Re: [OE-core] [PATCH 1/4] packaging: allow globs in CONFFILES

2014-12-23 Thread ChenQi
On 12/23/2014 02:25 PM, Anders Darander wrote: * ChenQi [141223 02:58]: On 12/19/2014 02:42 PM, Mike Looijmans wrote: On 12/19/2014 07:21 AM, Chen Qi wrote: ... As almost all files under /etc are basically configuration files, we provide a default value for CONFFILES. CONNFFILES = "${sy

Re: [OE-core] [PATCH 1/4] packaging: allow globs in CONFFILES

2014-12-22 Thread Anders Darander
* ChenQi [141223 02:58]: > On 12/19/2014 02:42 PM, Mike Looijmans wrote: > >On 12/19/2014 07:21 AM, Chen Qi wrote: > >> ... > >>As almost all files under /etc are basically configuration files, we > >>provide a default value for CONFFILES. > >> CONNFFILES = "${sysconfdir}" > >This is going

Re: [OE-core] [PATCH 1/4] packaging: allow globs in CONFFILES

2014-12-22 Thread ChenQi
On 12/19/2014 02:42 PM, Mike Looijmans wrote: On 12/19/2014 07:21 AM, Chen Qi wrote: > ... As almost all files under /etc are basically configuration files, we provide a default value for CONFFILES. CONNFFILES = "${sysconfdir}" This is going to hurt a lot of recipes. Please do not set th

Re: [OE-core] [PATCH 1/4] packaging: allow globs in CONFFILES

2014-12-18 Thread Mike Looijmans
On 12/19/2014 07:21 AM, Chen Qi wrote: > ... As almost all files under /etc are basically configuration files, we provide a default value for CONFFILES. CONNFFILES = "${sysconfdir}" This is going to hurt a lot of recipes. Please do not set this. The default has always been that CONFFILE

[OE-core] [PATCH 1/4] packaging: allow globs in CONFFILES

2014-12-18 Thread Chen Qi
Allow globs in CONFFILES and default CONFFILES to '${sysconfdir}'. Previously, the CONFFILES variable is a list of config files to be packaged. However, as these files may come directly from the source instead of our WORKDIR, it's a very common mistake that we forget to set this variable in our re