Re: [oe] [PATCH 1/3] vim: add dependency and selinux and acl support control

2014-05-06 Thread Chong Lu
On 05/06/2014 05:45 AM, Paul Barker wrote: On Fri, Apr 18, 2014 at 06:16:30PM +0800, Chong Lu wrote: FILES_${PN}-data = ${datadir}/${PN} +FILES_${PN}-common = \ +${datadir}/${PN}/${VIMDIR}/*.vim \ +${datadir}/${PN}/${VIMDIR}/autoload \ +${datadir}/${PN}/${VIMDIR}/colors \ +

Re: [oe] [PATCH 1/3] vim: add dependency and selinux and acl support control

2014-05-06 Thread Paul Barker
On Tue, May 06, 2014 at 10:55:22AM +0800, Chong Lu wrote: On 05/06/2014 05:45 AM, Paul Barker wrote: On Fri, Apr 18, 2014 at 06:16:30PM +0800, Chong Lu wrote: FILES_${PN}-data = ${datadir}/${PN} +FILES_${PN}-common = \ +${datadir}/${PN}/${VIMDIR}/*.vim \ +

Re: [oe] [PATCH 1/3] vim: add dependency and selinux and acl support control

2014-05-05 Thread Paul Barker
On Fri, Apr 18, 2014 at 06:16:30PM +0800, Chong Lu wrote: FILES_${PN}-data = ${datadir}/${PN} +FILES_${PN}-common = \ +${datadir}/${PN}/${VIMDIR}/*.vim \ +${datadir}/${PN}/${VIMDIR}/autoload \ +${datadir}/${PN}/${VIMDIR}/colors \ +${datadir}/${PN}/${VIMDIR}/compiler \ +

Re: [oe] [PATCH 1/3] vim: add dependency and selinux and acl support control

2014-05-05 Thread Chong Lu
On 05/06/2014 05:45 AM, Paul Barker wrote: On Fri, Apr 18, 2014 at 06:16:30PM +0800, Chong Lu wrote: FILES_${PN}-data = ${datadir}/${PN} +FILES_${PN}-common = \ +${datadir}/${PN}/${VIMDIR}/*.vim \ +${datadir}/${PN}/${VIMDIR}/autoload \ +${datadir}/${PN}/${VIMDIR}/colors \ +

Re: [oe] [PATCH 1/3] vim: add dependency and selinux and acl support control

2014-04-21 Thread Martin Jansa
On Fri, Apr 18, 2014 at 06:16:30PM +0800, Chong Lu wrote: 1. Add explicit selinux and acl support control. 2. Vim depends on gettext-native, add to the dependency list. 3. Split binary file into vim package and put others in vim-common. All 3 merged, thanks! Signed-off-by: Chong Lu

[oe] [PATCH 1/3] vim: add dependency and selinux and acl support control

2014-04-18 Thread Chong Lu
1. Add explicit selinux and acl support control. 2. Vim depends on gettext-native, add to the dependency list. 3. Split binary file into vim package and put others in vim-common. Signed-off-by: Chong Lu chong...@windriver.com --- meta-oe/recipes-support/vim/vim_7.4.258.bb | 20