| Submitter | Martin Jansa |
|---|---|
| Date | Dec. 5, 2012, 6:30 p.m. |
| Message ID | <c8fa84e480b278ff0f1e19e7bf9d9f911e9c95da.1354731625.git.Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/40473/ |
| State | Accepted |
| Commit | 864e7cda5e2bf0c96281905146076318ffc66be7 |
| Headers | show |
Comments
Patch
diff --git a/meta-efl/classes/efl.bbclass b/meta-efl/classes/efl.bbclass index bc2f640..bdb5834 100644 --- a/meta-efl/classes/efl.bbclass +++ b/meta-efl/classes/efl.bbclass @@ -49,9 +49,7 @@ FILES_${PN}-dev += "${bindir}/${PN}-config \ ${libdir}/edje/modules/${PN}/*/module.la \ " -FILES_${PN}-static += "${libdir}/${PN}/*.a \ - ${libdir}/${PN}/*/*.a \ -" +FILES_${PN}-staticdev += "${libdir}/${BPN}/*/*.a" FILES_${PN}-dbg += "${libdir}/${PN}/.debug \ ${libdir}/${PN}/*/.debug \
* ${libdir}/${BPN}/*.a is there by default and it's PN-staticdev not PN-static Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta-efl/classes/efl.bbclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)