Re: [OE-core] [PATCH V2 1/3] gawk: upgrade from 4.0.2 to 4.1.1

2014-06-05 Thread ChenQi
On 06/05/2014 05:42 PM, Burton, Ross wrote: On 5 June 2014 06:29, Chen Qi wrote: +FILES_gawk-common += "${datadir}/awk/* ${libexecdir}/awk/* ${libexecdir}/*.so" Gawk doesn't install extensions into libexecdir, but $libdir/gawk: AC_SUBST([pkgextensiondir], ['${pkglibdir}']) They may end up in

Re: [OE-core] [PATCH V2 1/3] gawk: upgrade from 4.0.2 to 4.1.1

2014-06-05 Thread Burton, Ross
On 5 June 2014 06:29, Chen Qi wrote: > +FILES_gawk-common += "${datadir}/awk/* ${libexecdir}/awk/* > ${libexecdir}/*.so" Gawk doesn't install extensions into libexecdir, but $libdir/gawk: AC_SUBST([pkgextensiondir], ['${pkglibdir}']) They may end up in the same location but that can't be guara

[OE-core] [PATCH V2 1/3] gawk: upgrade from 4.0.2 to 4.1.1

2014-06-04 Thread Chen Qi
Upgrade gawk from 4.0.2 to 4.1.1. Signed-off-by: Chen Qi --- .../gawk/{gawk-4.0.2 => gawk-4.1.1}/run-ptest |0 .../gawk/{gawk_4.0.2.bb => gawk_4.1.1.bb} |7 --- 2 files changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-extended/gawk/{gawk-4.0.2 => gawk-4.1.1