diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-07-22 14:28:27 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-07-22 14:28:27 +0000 |
commit | 858d38341fd72488e8969a08adae35367f74f767 (patch) | |
tree | 35dddd4acb3ae567e5825757053800ed2e6daabb /classes/efl_library.bbclass | |
parent | 54e13d01cc387ae3eeb0a332ba19f5af1204cec7 (diff) | |
parent | 799d1743b2b51e7470ed17625edbb30fe6a9e73e (diff) |
merge of 'e9e7550c64fb618ca229a869b9a5ccae9c437121'
and 'efa64132e0fc0c02d7eb3be193b7df736281ee8a'
Diffstat (limited to 'classes/efl_library.bbclass')
-rw-r--r-- | classes/efl_library.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/efl_library.bbclass b/classes/efl_library.bbclass index 57b16d93f1..c2b6938e47 100644 --- a/classes/efl_library.bbclass +++ b/classes/efl_library.bbclass @@ -5,5 +5,5 @@ S = "${WORKDIR}/${SRCNAME}" PACKAGES =+ "${PN}-tests" FILES_${PN}-tests = "${bindir}/${PN} ${bindir}/*_* ${datadir}" -FILES_${PN}-dev += "${bindir}/*-config ${libdir}/${PN}/*.a ${libdir}/${PN}/*.la" +FILES_${PN}-dev += "${bindir}/*-config ${libdir}/${PN}/*.a ${libdir}/${PN}/*.la ${libdir}/${PN}/*/*.a ${libdir}/${PN}/*/*.la" FILES_${PN} = "${libdir}/*.so*" |