[oe-commits] Martin Jansa : efl.bbclass: fix FILES for PN-staticdev

git at git.openembedded.org git at git.openembedded.org
Wed Dec 12 18:29:01 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 864e7cda5e2bf0c96281905146076318ffc66be7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=864e7cda5e2bf0c96281905146076318ffc66be7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Dec  5 16:55:26 2012 +0100

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 at gmail.com>

---

 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 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 \





More information about the Openembedded-commits mailing list