diff options
-rw-r--r-- | meta-efl/classes/efl.bbclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-efl/classes/efl.bbclass b/meta-efl/classes/efl.bbclass index bc2f640cf0..bdb58347d3 100644 --- a/meta-efl/classes/efl.bbclass +++ b/meta-efl/classes/efl.bbclass | |||
@@ -49,9 +49,7 @@ FILES_${PN}-dev += "${bindir}/${PN}-config \ | |||
49 | ${libdir}/edje/modules/${PN}/*/module.la \ | 49 | ${libdir}/edje/modules/${PN}/*/module.la \ |
50 | " | 50 | " |
51 | 51 | ||
52 | FILES_${PN}-static += "${libdir}/${PN}/*.a \ | 52 | FILES_${PN}-staticdev += "${libdir}/${BPN}/*/*.a" |
53 | ${libdir}/${PN}/*/*.a \ | ||
54 | " | ||
55 | 53 | ||
56 | FILES_${PN}-dbg += "${libdir}/${PN}/.debug \ | 54 | FILES_${PN}-dbg += "${libdir}/${PN}/.debug \ |
57 | ${libdir}/${PN}/*/.debug \ | 55 | ${libdir}/${PN}/*/.debug \ |