From patchwork Tue Jul 31 01:58:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,12/24] meta-elf: e-module: add *.a to PN-staticdev Date: Tue, 31 Jul 2012 01:58:37 -0000 From: Martin Jansa X-Patchwork-Id: 33359 Message-Id: <44118edc758683551cde0f700020823f53389c4f.1343699377.git.Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Martin Jansa --- 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"