[oe-commits] Martin Jansa : meta-elf: e-module: add *.a to PN-staticdev

git at git.openembedded.org git at git.openembedded.org
Tue Jul 31 11:26:34 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 44118edc758683551cde0f700020823f53389c4f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=44118edc758683551cde0f700020823f53389c4f

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jul 30 21:17:27 2012 +0200

meta-elf: e-module: add *.a to PN-staticdev

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/e17/e-module.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/e-module.inc b/meta-efl/recipes-efl/e17/e-module.inc
index d3f6e1b..0923575 100644
--- a/meta-efl/recipes-efl/e17/e-module.inc
+++ b/meta-efl/recipes-efl/e17/e-module.inc
@@ -15,4 +15,5 @@ EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
 
 FILES_${PN} += "${libdir}/enlightenment/modules/${PN}"
 FILES_${PN}-dbg += "${libdir}/enlightenment/modules/${PN}/*/.debug"
+FILES_${PN}-staticdev += "${libdir}/enlightenment/modules/${PN}/*/*.a"
 





More information about the Openembedded-commits mailing list