From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx1.pokylinux.org (Postfix) with ESMTP id E816F4C81021 for ; Tue, 11 Jan 2011 19:41:47 -0600 (CST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 11 Jan 2011 17:41:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,310,1291622400"; d="scan'208";a="592045747" Received: from gw-vmm.sh.intel.com (HELO localhost) ([10.239.48.31]) by orsmga002.jf.intel.com with ESMTP; 11 Jan 2011 17:41:47 -0800 Message-Id: From: Zhai Edwin Old-Date: Wed, 12 Jan 2011 09:41:08 +0800 Date: Wed, 12 Jan 2011 9:46:36 +0800 To: poky@yoctoproject.org CC: Subject: [PATCH 0/5] UX and base: gtk+ and apr upgrade, edwin, Jan12, 2011 X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2011 01:41:48 -0000 Saul, This is 2nd time of pull request for apr. I'd like to use current solution, and revisit in future if needed. What's your opinion? Also upgrade gtk+, and separated gdk-pixbuf as stand-alone recipe. Pls. help to review. Thanks, edwin Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: gzhai/upgrade01 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/upgrade01 Thanks, Zhai Edwin --- Zhai Edwin (5): gtk+: Update to 2.23.2 gdk-pixbuf: Add 2.22.1 as new recipe eds-dbus: Do not disable old API after upgrading gtk+ apr: Update to 1.4.2 apr-util: Update to 1.3.10 meta/classes/gtk-icon-cache.bbclass | 2 +- .../gdk-pixbuf-2.22.1/configure_fix.patch | 19 ++ .../gdk-pixbuf-2.22.1}/hardcoded_libtool.patch | 20 +- .../gdk-pixbuf/gdk-pixbuf-native_2.22.1.bb | 13 ++ meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc | 30 +++ meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb | 35 +++ meta/recipes-gnome/gnome/metacity_2.30.3.bb | 2 +- .../gtk+/gdk-pixbuf-csource-native_2.12.7.bb | 37 ---- .../gdk-pixbuf-csource/reduce-dependencies.patch | 221 -------------------- .../gtk+-2.20.1/disable-gio-png-sniff-test.diff | 97 --------- meta/recipes-gnome/gtk+/gtk+-2.20.1/no-demos.patch | 10 - ...Duplicate-the-exec-string-returned-by-gtk.patch | 0 .../cellrenderer-cairo.patch | 0 .../configurefix.patch | 0 .../{gtk+-2.20.1 => gtk+-2.23.2}/entry-cairo.patch | 0 .../hardcoded_libtool.patch | 22 +- meta/recipes-gnome/gtk+/gtk+-2.23.2/no-demos.patch | 13 ++ .../run-iconcache.patch | 0 .../{gtk+-2.20.1 => gtk+-2.23.2}/toggle-font.diff | 0 .../{gtk+-2.20.1 => gtk+-2.23.2}/xsettings.patch | 0 meta/recipes-gnome/gtk+/gtk+.inc | 16 +-- .../gtk+/{gtk+_2.20.1.bb => gtk+_2.23.2.bb} | 18 +- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 2 +- meta/recipes-graphics/mutter/mutter.inc | 2 +- meta/recipes-sato/eds/eds-dbus/old-gdk-api.patch | 17 ++ meta/recipes-sato/eds/eds-dbus_git.bb | 1 + .../apr/{apr-util_1.3.4.bb => apr-util_1.3.10.bb} | 12 +- meta/recipes-support/apr/apr/buildconf_fix.patch | 25 +++ meta/recipes-support/apr/apr/cleanup.patch | 9 +- .../apr/{apr_1.3.3.bb => apr_1.4.2.bb} | 23 ++- 30 files changed, 217 insertions(+), 429 deletions(-) create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.22.1/configure_fix.patch copy meta/recipes-gnome/{gtk+/gtk+-2.20.1 => gdk-pixbuf/gdk-pixbuf-2.22.1}/hardcoded_libtool.patch (68%) create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-native_2.22.1.bb create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb delete mode 100644 meta/recipes-gnome/gtk+/gdk-pixbuf-csource-native_2.12.7.bb delete mode 100644 meta/recipes-gnome/gtk+/gdk-pixbuf-csource/reduce-dependencies.patch delete mode 100644 meta/recipes-gnome/gtk+/gtk+-2.20.1/disable-gio-png-sniff-test.diff delete mode 100644 meta/recipes-gnome/gtk+/gtk+-2.20.1/no-demos.patch rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch (100%) rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/cellrenderer-cairo.patch (100%) rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/configurefix.patch (100%) rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/entry-cairo.patch (100%) rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/hardcoded_libtool.patch (66%) create mode 100644 meta/recipes-gnome/gtk+/gtk+-2.23.2/no-demos.patch rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/run-iconcache.patch (100%) rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/toggle-font.diff (100%) rename meta/recipes-gnome/gtk+/{gtk+-2.20.1 => gtk+-2.23.2}/xsettings.patch (100%) rename meta/recipes-gnome/gtk+/{gtk+_2.20.1.bb => gtk+_2.23.2.bb} (74%) create mode 100644 meta/recipes-sato/eds/eds-dbus/old-gdk-api.patch rename meta/recipes-support/apr/{apr-util_1.3.4.bb => apr-util_1.3.10.bb} (72%) create mode 100644 meta/recipes-support/apr/apr/buildconf_fix.patch rename meta/recipes-support/apr/{apr_1.3.3.bb => apr_1.4.2.bb} (60%)