From patchwork Wed Sep 19 09:32:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] insane.bbclass: add library dir sanity check Date: Wed, 19 Sep 2012 09:32:38 -0000 From: Radu Moisan X-Patchwork-Id: 36895 Message-Id: To: openembedded-core@lists.openembedded.org Check in ${PKGD} for libraries in wrong locations. Trigger a warning if so. Eg. Catch recipe installing /lib/bar.so when ${base_libdir}="lib32" or installing in /usr/lib64 when ${libdir}="/usr/lib" The following changes since commit 7887b99646d8e1e736ad6e4a306e47df9955221e: local.conf.sample: change valgrind support architecture comment (2012-09-14 17:05:59 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib rmoisan/tmp1 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rmoisan/tmp1 Radu Moisan (1): insane.bbclass: add library dir sanity check meta/classes/insane.bbclass | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-)