| Submitter | Lianhao Lu |
|---|---|
| Date | March 23, 2012, 4:31 a.m. |
| Message ID | <cover.1332474081.git.lianhao.lu@intel.com> |
| Download | mbox |
| Permalink | /patch/24229/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib llu/warningfix2Comments
On Fri, 2012-03-23 at 12:31 +0800, Lianhao Lu wrote: > This patch set fixed misc packaging warnings. > > The following changes since commit b92aaf764e6de94fb9fdee610e8f6643ccf74894: > Richard Purdie (1): > gst-plugins-bluetooth: Don't install headers, man pages or .pc files > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib llu/warningfix2 > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/warningfix2 > > Lianhao Lu (5): > pseudo: package the var/pseudo directory. > gdb-cross-canadian: not shipping libiberty. > ncurses: ship clear/reset in package. > nativesdk/misc: set PKGSUFFIX for correct variable name expansion. > libgcc: corrected -nativesdk package namings. Merged to master, thanks! Richard
This patch set fixed misc packaging warnings. The following changes since commit b92aaf764e6de94fb9fdee610e8f6643ccf74894: Richard Purdie (1): gst-plugins-bluetooth: Don't install headers, man pages or .pc files are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/warningfix2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/warningfix2 Lianhao Lu (5): pseudo: package the var/pseudo directory. gdb-cross-canadian: not shipping libiberty. ncurses: ship clear/reset in package. nativesdk/misc: set PKGSUFFIX for correct variable name expansion. libgcc: corrected -nativesdk package namings. meta/classes/nativesdk.bbclass | 2 ++ meta/recipes-core/eglibc/eglibc-locale.inc | 2 +- meta/recipes-core/eglibc/eglibc_2.13.bb | 2 +- meta/recipes-core/eglibc/eglibc_2.15.bb | 2 +- meta/recipes-core/ncurses/ncurses.inc | 6 +++--- meta/recipes-devtools/gcc/gcc-4.6.inc | 2 +- meta/recipes-devtools/gcc/libgcc_4.6.bb | 11 +++++++---- meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 6 ++++++ .../recipes-devtools/gdb/gdb-cross-canadian_7.4.bb | 2 +- meta/recipes-devtools/opkg/opkg.inc | 2 +- meta/recipes-devtools/pseudo/pseudo.inc | 2 +- meta/recipes-devtools/pseudo/pseudo_1.2.bb | 2 +- meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb | 2 +- meta/recipes-support/sqlite/sqlite3_3.7.10.bb | 2 +- 15 files changed, 29 insertions(+), 18 deletions(-)