bitbake.conf, lib_package.bbclass: fix packaging of ${base_libdir}/*.so
authorJeremy Lainé <jeremy.laine@m4x.org>
Mon, 20 Apr 2009 09:42:08 +0000 (11:42 +0200)
committerJeremy Lainé <jeremy.laine@m4x.org>
Mon, 20 Apr 2009 09:42:08 +0000 (11:42 +0200)
commitba434bd1dc9dc8ed61953a1579ea9e993e81cbb2
tree8627866adf2b93569859dafeb5e6a2747ec57b54
parent31d5ef7509ca6163f8de840226c84df59ae37b15
bitbake.conf, lib_package.bbclass: fix packaging of ${base_libdir}/*.so

We need to include ${base_libdir}/*${SOLIBSDEV} in FILES_${PN]}  because
the shared libraries in ${base_libdir} do not follow the usual *.so.* naming
convention, for instance libproc-3.2.7.so.
classes/lib_package.bbclass
conf/bitbake.conf