On 06/05/2014 05:42 PM, Burton, Ross wrote:
On 5 June 2014 06:29, Chen Qi <qi.c...@windriver.com> 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 guaranteed for
all time (especially when I have a series that changes libexecdir).

Ross



Hi Ross,

I checked out your branch and saw your changes.

-export libexecdir = "${libdir}/${BPN}"
+export libexecdir = "${exec_prefix}/libexec"

I'll update my patch and send out a V3.
I think this time, I'll also have to modify the gawk recipe of the old 3.1.5 version.

(P.S. I grepped in the project, and it seems that there are also other recipes that may need some changes about the libexec.)

Best Regards,
Chen Qi
--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to