mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
efl.bbclass: fix FILES for PN-staticdev
* ${libdir}/${BPN}/*.a is there by default and it's PN-staticdev not PN-static
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user