| Submitter | Nitin A Kamble |
|---|---|
| Date | March 16, 2012, 7 p.m. |
| Message ID | <cover.1331924359.git.nitin.a.kamble@intel.com> |
| Download | mbox |
| Permalink | /patch/23733/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib nitin/miscComments
On 03/16/2012 12:00 PM, nitin.a.kamble@intel.com wrote: > From: Nitin A Kamble<nitin.a.kamble@intel.com> > > The following changes since commit 0676db79755b49b660f34e1c00769327fc299c58: > > tcl: Fix bad RPATH QA warning (2012-03-16 16:47:44 +0000) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib nitin/misc > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc > > Nitin A Kamble (7): > automake: upgrade from 1.11.2 to 1.11.3 Not Merged > distro-tracking: update status of recipes > python: fix install when libdir is not "lib" > pciutils: fix a do_compile failure > python-pyrex: quite packaging warnings > python-pycurl: fix packaging warnings > git: fix packaging warnings > > .../conf/distro/include/distro_tracking_fields.inc | 24 ++-- > meta/recipes-bsp/pciutils/pciutils_3.1.9.bb | 5 + > meta/recipes-devtools/automake/automake.inc | 2 +- > ...utomake_1.11.2_fix_for_pkglibexec_SCRIPTS.patch | 118 -------------------- > .../prefer-cpio-over-pax-for-ustar-archives.patch | 30 +++-- > .../automake/automake/python-libdir.patch | 32 +++--- > .../{automake_1.11.2.bb => automake_1.11.3.bb} | 8 +- > meta/recipes-devtools/git/git.inc | 2 + > .../python/python-pycurl_7.19.0.bb | 4 + > meta/recipes-devtools/python/python-pyrex_0.9.9.bb | 4 +- > .../python/fix_for_using_different_libdir.patch | 78 +++++++++++++ > meta/recipes-devtools/python/python_2.7.2.bb | 2 + > 12 files changed, 143 insertions(+), 166 deletions(-) > delete mode 100644 meta/recipes-devtools/automake/automake/automake_1.11.2_fix_for_pkglibexec_SCRIPTS.patch > rename meta/recipes-devtools/automake/{automake_1.11.2.bb => automake_1.11.3.bb} (85%) > create mode 100644 meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch > All but the automake update was merged into OE-Core Thanks Sau!
From: Nitin A Kamble <nitin.a.kamble@intel.com> The following changes since commit 0676db79755b49b660f34e1c00769327fc299c58: tcl: Fix bad RPATH QA warning (2012-03-16 16:47:44 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Nitin A Kamble (7): automake: upgrade from 1.11.2 to 1.11.3 distro-tracking: update status of recipes python: fix install when libdir is not "lib" pciutils: fix a do_compile failure python-pyrex: quite packaging warnings python-pycurl: fix packaging warnings git: fix packaging warnings .../conf/distro/include/distro_tracking_fields.inc | 24 ++-- meta/recipes-bsp/pciutils/pciutils_3.1.9.bb | 5 + meta/recipes-devtools/automake/automake.inc | 2 +- ...utomake_1.11.2_fix_for_pkglibexec_SCRIPTS.patch | 118 -------------------- .../prefer-cpio-over-pax-for-ustar-archives.patch | 30 +++-- .../automake/automake/python-libdir.patch | 32 +++--- .../{automake_1.11.2.bb => automake_1.11.3.bb} | 8 +- meta/recipes-devtools/git/git.inc | 2 + .../python/python-pycurl_7.19.0.bb | 4 + meta/recipes-devtools/python/python-pyrex_0.9.9.bb | 4 +- .../python/fix_for_using_different_libdir.patch | 78 +++++++++++++ meta/recipes-devtools/python/python_2.7.2.bb | 2 + 12 files changed, 143 insertions(+), 166 deletions(-) delete mode 100644 meta/recipes-devtools/automake/automake/automake_1.11.2_fix_for_pkglibexec_SCRIPTS.patch rename meta/recipes-devtools/automake/{automake_1.11.2.bb => automake_1.11.3.bb} (85%) create mode 100644 meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch