| Submitter | Richard Purdie |
|---|---|
| Date | July 1, 2011, 3:17 p.m. |
| Message ID | <cover.1309533254.git.richard.purdie@linuxfoundation.org> |
| Download | mbox |
| Permalink | /patch/6847/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib rpurdie/masterComments
On Fri, 2011-07-01 at 16:17 +0100, Richard Purdie wrote: > The following changes since commit 40ecaf6a59ba61e72d29d7e677197ef37c998408: > > uclibc: Add default uClibc.machine files (2011-07-01 00:40:10 +0100) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib rpurdie/master > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/master > > and clean up a variety of different QA warning issues > > Richard Purdie (6): > cairo: Clean up packaging and fix warnings > kernel.bbclass: Ensure kernel/* internal sysroot working directory > don't get packaged > libpcre: Fix QA warnings > python: Ensure libpython.so ends up in the .dev package > beecrypt: Fix up packaging QA warnings > insane.bbclass: Start to rework this so specific checks can be easily > made warnings/errors I've merged these to master since the work well with the other QA cleanups we're merging. The SOLIBS variable discussion can happen and be followed up on later. Cheers, Richard
The following changes since commit 40ecaf6a59ba61e72d29d7e677197ef37c998408: uclibc: Add default uClibc.machine files (2011-07-01 00:40:10 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rpurdie/master http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/master and clean up a variety of different QA warning issues Richard Purdie (6): cairo: Clean up packaging and fix warnings kernel.bbclass: Ensure kernel/* internal sysroot working directory don't get packaged libpcre: Fix QA warnings python: Ensure libpython.so ends up in the .dev package beecrypt: Fix up packaging QA warnings insane.bbclass: Start to rework this so specific checks can be easily made warnings/errors meta/classes/insane.bbclass | 216 +++++++++-------------- meta/classes/kernel.bbclass | 6 + meta/recipes-devtools/python/python_2.6.6.bb | 4 +- meta/recipes-graphics/cairo/cairo_1.10.2.bb | 44 ++--- meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 4 + meta/recipes-support/libpcre/libpcre_8.12.bb | 8 +- 6 files changed, 112 insertions(+), 170 deletions(-)