| Submitter | Radu Moisan |
|---|---|
| Date | Sept. 19, 2012, 9:32 a.m. |
| Message ID | <cover.1348046845.git.radu.moisan@intel.com> |
| Download | mbox |
| Permalink | /patch/36895/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib rmoisan/tmp1Comments
On 09/19/2012 02:32 AM, Radu Moisan wrote: > 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(-) > Merged into OE-Core Thanks Sau!
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(-)