From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RgchV-0008Df-FJ for openembedded-core@lists.openembedded.org; Fri, 30 Dec 2011 14:40:50 +0100 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 30 Dec 2011 05:33:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="90847420" Received: from yocto-build5.sh.intel.com (HELO localhost) ([10.239.48.2]) by azsmga001.ch.intel.com with ESMTP; 30 Dec 2011 05:33:31 -0800 From: Shane Wang To: openembedded-core@lists.openembedded.org Date: Fri, 30 Dec 2011 21:49:06 +0800 Message-Id: X-Mailer: git-send-email 1.7.6 Subject: [PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2011 13:40:50 -0000 This is the second version of the patch set which I sent out with the title "[V1] Upgrade 4 more packages, Dec 27, 2011", I upgrade 8 more packages. So, totally 12 for this round, it includes freetype, minicom, libical, libsamplerate0, hdparm, oprofileui, libomxil, linux-firmware, matchbox-wm-2, quota, watchdog, and puzzles. So, the previous patchset "[V1] Upgrade 4 more packages, Dec 27, 2011" can be skipped. Please review. The following changes since commit d107ab4a11db3df9018d7795aef31e3484367607: coreutils: ensure --color works so DEPEND on libcap (2011-12-30 14:22:50 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib shane/upgrade2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/upgrade2 Shane Wang (14): freetype: upgrade to 2.4.8 minicom: upgrade to 2.5 libical: upgrade to 0.48 libsamplerate0: upgrade to 0.1.8 distro_tracking_fields: update the info for recipe upgrade. hdparm: upgrade to 9.37 oprofileui: upgrade to 82ecf8c6b53b84f80682a8312f9defa83a95f2a3 libomxil: upgrade to 0.9.3 linux-firmware: upgrade to 15888a2eab052ac3d3f49334e4f6f05f347a516e matchbox-wm-2: ugrade to 01fa5465743c9ee43d040350f4405d35293e4869 quota: upgrade to 4.00 watchdog: upgrade to 5.11 puzzles: upgrade to r9375. distro_tracking_fields: update the info for this round of package upgrade .../conf/distro/include/distro_tracking_fields.inc | 53 +++--- .../recipes-extended/hdparm/hdparm-6.3/bswap.patch | 37 ---- .../hdparm/hdparm-6.3/uclibc.patch | 34 --- meta/recipes-extended/hdparm/hdparm_6.3.bb | 18 -- meta/recipes-extended/hdparm/hdparm_9.37.bb | 35 +++ .../{minicom-2.4 => minicom-2.5}/gcc4-scope.patch | 0 .../rename-conflicting-functions.patch | 0 .../minicom/{minicom_2.4.bb => minicom_2.5.bb} | 6 +- .../quota/{quota_4.00-pre1.bb => quota_4.00.bb} | 8 +- meta/recipes-extended/stat/stat_3.3.bb | 27 +++ .../watchdog/{watchdog_5.9.bb => watchdog_5.11.bb} | 6 +- .../no-hardcode.patch | 0 .../{freetype_2.4.6.bb => freetype_2.4.8.bb} | 6 +- .../matchbox-wm-2/matchbox-wm-2_git.bb | 2 +- .../linux-firmware/linux-firmware_git.bb | 4 +- .../oprofileui/dso_linking_change_build_fix.patch | 27 --- .../oprofileui/migrate-from-gnomevfs-to-gio.patch | 219 -------------------- meta/recipes-kernel/oprofile/oprofileui_git.bb | 2 +- .../libomxil/libomxil-0.9.3/configure-fix.patch | 58 +++++ .../libomxil-0.9.3/makefile-docdir-fix.patch | 19 ++ .../libomxil/libomxil-0.9.3/parallel-make.patch | 18 ++ meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb | 23 -- meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 33 +++ .../libsamplerate-0.1.7-macro-quoting.patch | 22 -- ...amplerate0_0.1.7.bb => libsamplerate0_0.1.8.bb} | 9 +- .../libical/{libical_0.47.bb => libical_0.48.bb} | 6 +- .../puzzles/{puzzles_r9306.bb => puzzles_r9375.bb} | 6 +- 27 files changed, 246 insertions(+), 432 deletions(-) delete mode 100644 meta/recipes-extended/hdparm/hdparm-6.3/bswap.patch delete mode 100644 meta/recipes-extended/hdparm/hdparm-6.3/uclibc.patch delete mode 100644 meta/recipes-extended/hdparm/hdparm_6.3.bb create mode 100644 meta/recipes-extended/hdparm/hdparm_9.37.bb rename meta/recipes-extended/minicom/{minicom-2.4 => minicom-2.5}/gcc4-scope.patch (100%) rename meta/recipes-extended/minicom/{minicom-2.4 => minicom-2.5}/rename-conflicting-functions.patch (100%) rename meta/recipes-extended/minicom/{minicom_2.4.bb => minicom_2.5.bb} (75%) rename meta/recipes-extended/quota/{quota_4.00-pre1.bb => quota_4.00.bb} (78%) create mode 100644 meta/recipes-extended/stat/stat_3.3.bb rename meta/recipes-extended/watchdog/{watchdog_5.9.bb => watchdog_5.11.bb} (70%) rename meta/recipes-graphics/freetype/{freetype-2.4.6 => freetype-2.4.8}/no-hardcode.patch (100%) rename meta/recipes-graphics/freetype/{freetype_2.4.6.bb => freetype_2.4.8.bb} (91%) delete mode 100644 meta/recipes-kernel/oprofile/oprofileui/dso_linking_change_build_fix.patch delete mode 100644 meta/recipes-kernel/oprofile/oprofileui/migrate-from-gnomevfs-to-gio.patch create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/configure-fix.patch create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/makefile-docdir-fix.patch create mode 100644 meta/recipes-multimedia/libomxil/libomxil-0.9.3/parallel-make.patch delete mode 100644 meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb create mode 100644 meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb delete mode 100644 meta/recipes-multimedia/libsamplerate/libsamplerate0-0.1.7/libsamplerate-0.1.7-macro-quoting.patch rename meta/recipes-multimedia/libsamplerate/{libsamplerate0_0.1.7.bb => libsamplerate0_0.1.8.bb} (61%) rename meta/recipes-sato/libical/{libical_0.47.bb => libical_0.48.bb} (78%) rename meta/recipes-sato/puzzles/{puzzles_r9306.bb => puzzles_r9375.bb} (91%) -- 1.7.6