mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
aaf708746e
commit
864e7cda5e
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user