[oe-commits] Chen Qi : gawk: fix libexec of the old 3.1.5 version

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 16:44:20 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 6df0e8b99fda8ef40862f2e92d85bc3cd371615f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6df0e8b99fda8ef40862f2e92d85bc3cd371615f

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Fri Jun  6 10:28:19 2014 +0800

gawk: fix libexec of the old 3.1.5 version

${libexec} doesn't necessarily equals to ${libdir}/${BPN}. So fix
this problem by using ${libdir}/${BPN} in FILES variable.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/gawk/gawk_3.1.5.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/gawk/gawk_3.1.5.bb b/meta/recipes-extended/gawk/gawk_3.1.5.bb
index 48e8939..c7af4a9 100644
--- a/meta/recipes-extended/gawk/gawk_3.1.5.bb
+++ b/meta/recipes-extended/gawk/gawk_3.1.5.bb
@@ -26,9 +26,9 @@ inherit autotools gettext texinfo update-alternatives
 PACKAGES += "gawk-common pgawk"
 
 FILES_${PN} = "${bindir}/gawk* ${bindir}/igawk"
-FILES_gawk-common += "${datadir}/awk/* ${libexecdir}/awk/*"
+FILES_gawk-common += "${datadir}/awk/* ${libdir}/gawk/awk/*"
 FILES_pgawk = "${bindir}/pgawk*"
-FILES_${PN}-dbg += "${libexecdir}/awk/.debug"
+FILES_${PN}-dbg += "${libdir}/gawk/awk/.debug"
 
 ALTERNATIVE_${PN} = "awk"
 ALTERNATIVE_TARGET[awk] = "${bindir}/gawk"



More information about the Openembedded-commits mailing list