diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-30 21:17:27 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-31 00:13:52 +0200 |
commit | 44118edc758683551cde0f700020823f53389c4f (patch) | |
tree | 94daafd86afaf12eef9abcb24a753ef1ef7bc009 | |
parent | 5f56dbb05992e4d7d35b604829b171326b1029b7 (diff) | |
download | meta-openembedded-44118edc758683551cde0f700020823f53389c4f.tar.gz |
meta-elf: e-module: add *.a to PN-staticdev
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | 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 d3f6e1b3e..092357572 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" | |||
15 | 15 | ||
16 | FILES_${PN} += "${libdir}/enlightenment/modules/${PN}" | 16 | FILES_${PN} += "${libdir}/enlightenment/modules/${PN}" |
17 | FILES_${PN}-dbg += "${libdir}/enlightenment/modules/${PN}/*/.debug" | 17 | FILES_${PN}-dbg += "${libdir}/enlightenment/modules/${PN}/*/.debug" |
18 | FILES_${PN}-staticdev += "${libdir}/enlightenment/modules/${PN}/*/*.a" | ||
18 | 19 | ||