All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] commits related to automake update to 1.12.1
@ 2012-07-09 16:26 nitin.a.kamble
  2012-07-09 16:26 ` [PATCH 01/15] automake: upgrade from 1.11.3 " nitin.a.kamble
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: nitin.a.kamble @ 2012-07-09 16:26 UTC (permalink / raw)
  To: Openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

This work is based on 1.3_M1 branch to get a stable base. These commits
build core-image-sato-sdk & core-image-lsb images fine.

-Nitin

The following changes since commit 7f017cab0b3e4d5a4fc356eccd8eb8429b0531d0:

  connman: bump PR and add some comments (2012-06-13 13:11:23 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib nitin/automake_update
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/automake_update

Nitin A Kamble (15):
  automake: upgrade from 1.11.3 to 1.12.1
  jpeg: fix configure with automake 1.12.1
  gnutls: Fix build with automake 1.12.1
  pcmanfm: fix build with automake 1.12.x
  avahi: fix build with automake 1.12.1
  dates: fix build with automake 1.12.x
  librsvg: fix build with automake 1.12.x
  evolution-data-server: fix build with automake 1.12.x
  tar: fix build with automake 1.12.x
  libgcrypt: fix build with automake 1.12.x
  gpgme: fix build with automake 1.12.x
  telepathy-glib: fix build with automake 1.12.x
  xf86-video-vmware: fix build with automake 1.12.x
  libfm: fix build with automake 1.12.x
  pango: fix dependencies to avoid build issue

 meta/recipes-connectivity/avahi/avahi.inc          |    3 +-
 .../avahi/files/fix_for_automake_1.12.x.patch      |   34 ++++++++
 .../telepathy/telepathy-glib_0.19.0.bb             |    6 --
 .../jpeg/jpeg-8d/fix_for_automake_1.12.1.patch     |   44 ++++++++++
 meta/recipes-core/jpeg/jpeg_8d.bb                  |    5 +-
 .../automake/automake/path_prog_fixes.patch        |   40 ++--------
 .../{automake_1.11.3.bb => automake_1.12.1.bb}     |    5 +-
 meta/recipes-extended/tar/tar.inc                  |    2 -
 meta/recipes-gnome/librsvg/librsvg_2.32.1.bb       |    8 +--
 meta/recipes-graphics/pango/pango.inc              |    2 +-
 .../xorg-driver/xf86-video-vmware_12.0.2.bb        |    5 -
 .../avoid_automake_errors.patch                    |   83 ++++++++++++++++++++
 .../fix_for_automake-1.12.x.patch                  |   28 +++++++
 meta/recipes-sato/eds/evolution-data-server_git.bb |    4 +-
 .../files/pcmanfm_fix_for_automake_1.12.patch      |   35 ++++++++
 meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb        |    5 +-
 meta/recipes-sato/pimlico/dates_git.bb             |    6 +-
 ..._MKDIR_P_warning_error_with_automake_1.12.patch |   51 ++++++++++++
 .../gnutls_fix_for_automake_1.12.1.patch           |   43 ++++++++++
 meta/recipes-support/gnutls/gnutls_2.12.19.bb      |    4 +-
 meta/recipes-support/gpgme/gpgme_1.3.1.bb          |    4 -
 meta/recipes-support/libfm/libfm_0.1.17.bb         |    5 -
 meta/recipes-support/libgcrypt/libgcrypt.inc       |    3 -
 23 files changed, 344 insertions(+), 81 deletions(-)
 create mode 100644 meta/recipes-connectivity/avahi/files/fix_for_automake_1.12.x.patch
 create mode 100644 meta/recipes-core/jpeg/jpeg-8d/fix_for_automake_1.12.1.patch
 rename meta/recipes-devtools/automake/{automake_1.11.3.bb => automake_1.12.1.bb} (93%)
 create mode 100644 meta/recipes-sato/eds/evolution-data-server/avoid_automake_errors.patch
 create mode 100644 meta/recipes-sato/eds/evolution-data-server/fix_for_automake-1.12.x.patch
 create mode 100644 meta/recipes-sato/pcmanfm/files/pcmanfm_fix_for_automake_1.12.patch
 create mode 100644 meta/recipes-support/gnutls/gnutls-2.12.19/avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch
 create mode 100644 meta/recipes-support/gnutls/gnutls-2.12.19/gnutls_fix_for_automake_1.12.1.patch

-- 
1.7.3.4




^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2012-07-10 14:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 16:26 [PATCH 00/15] commits related to automake update to 1.12.1 nitin.a.kamble
2012-07-09 16:26 ` [PATCH 01/15] automake: upgrade from 1.11.3 " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 02/15] jpeg: fix configure with automake 1.12.1 nitin.a.kamble
2012-07-09 16:26 ` [PATCH 03/15] gnutls: Fix build " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 04/15] pcmanfm: fix build with automake 1.12.x nitin.a.kamble
2012-07-09 16:26 ` [PATCH 05/15] avahi: fix build with automake 1.12.1 nitin.a.kamble
2012-07-09 16:26 ` [PATCH 06/15] dates: fix build with automake 1.12.x nitin.a.kamble
2012-07-09 16:26 ` [PATCH 07/15] librsvg: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 08/15] evolution-data-server: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 09/15] tar: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 10/15] libgcrypt: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 11/15] gpgme: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 12/15] telepathy-glib: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 13/15] xf86-video-vmware: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 14/15] libfm: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 15/15] pango: fix dependencies to avoid build issue nitin.a.kamble
2012-07-10  5:20   ` Khem Raj
2012-07-10 12:12   ` Richard Purdie
2012-07-10 13:50 ` [PATCH 00/15] commits related to automake update to 1.12.1 Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.