From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13] Updates and a missing patch
Date: Mon, 27 Feb 2012 11:10:18 -0800 [thread overview]
Message-ID: <cover.1330369680.git.sgw@linux.intel.com> (raw)
Richard,
This is a block of updates along with a missing patch for gnupg GPLv2 version.
Thanks
Sau!
The following changes since commit e1d5a81bf78786dcb11a4840436f46ba9ec4010e:
glib-2.0: Disable fam, we don't depend on it (2012-02-27 12:16:35 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/updates
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/updates
Saul Wold (13):
gnupg: Add missing patch for curl_typeof_fix
qemu: Add glib-2.0 as depends
util-linux: Update to 2.21
file: Update to version 5.11
psmisc: Update to version 22.16
libdrm: Update to version 2.4.31
mkfontdir: Update to version 1.0.7
mkfontscale: Update to version 1.1.0
boost: Update to version 1.49.0
sqlite3: Update to version 3.7.10
xf86-video-intel: Update to version 2.18.0
tiff: Update to version 3.9.5
distro_tracking: Account for updates and Manual Checking
.../conf/distro/include/distro_tracking_fields.inc | 106 ++++++++++----------
.../util-linux-ng-replace-siginterrupt.patch | 25 -----
.../{util-linux-2.20.1 => util-linux-2.21}/MCONFIG | 0
.../defines.h | 0
.../make_include | 0
.../remove-lscpu.patch | 0
.../remove_sigsetmark.patch | 0
.../swapargs.h | 0
.../uclibc-__progname-conflict.patch | 0
.../uclibc-compile.patch | 0
.../util-linux-ng-2.16-mount_lock_path.patch | 0
.../util-linux-ng-replace-siginterrupt.patch | 26 +++++
meta/recipes-core/util-linux/util-linux.inc | 8 +-
.../{util-linux_2.20.1.bb => util-linux_2.21.bb} | 12 +-
.../file/{file_5.10.bb => file_5.11.bb} | 6 +-
meta/recipes-devtools/qemu/qemu.inc | 2 +-
meta/recipes-devtools/qemu/qemu_0.15.1.bb | 2 +-
.../psmisc/files/libintl-link.patch | 32 ------
meta/recipes-extended/psmisc/psmisc.inc | 4 +-
.../psmisc/{psmisc_22.14.bb => psmisc_22.16.bb} | 4 +-
.../drm/{libdrm_2.4.30.bb => libdrm_2.4.31.bb} | 6 +-
.../{mkfontdir_1.0.6.bb => mkfontdir_1.0.7.bb} | 4 +-
.../{mkfontscale_1.0.9.bb => mkfontscale_1.1.0.bb} | 4 +-
...-intel_2.17.0.bb => xf86-video-intel_2.18.0.bb} | 5 +-
.../libtiff/{tiff_3.9.5.bb => tiff_4.0.1.bb} | 8 +-
.../boost/{boost_1.48.0.bb => boost_1.49.0.bb} | 4 +-
.../gnupg-1.4.7/curl_typeof_fix_backport.patch | 27 +++++
meta/recipes-support/sqlite/sqlite3_3.7.10.bb | 11 ++
meta/recipes-support/sqlite/sqlite3_3.7.9.bb | 11 --
29 files changed, 153 insertions(+), 154 deletions(-)
delete mode 100644 meta/recipes-core/util-linux/util-linux-2.20.1/util-linux-ng-replace-siginterrupt.patch
rename meta/recipes-core/util-linux/{util-linux-2.20.1 => util-linux-2.21}/MCONFIG (100%)
rename meta/recipes-core/util-linux/{util-linux-2.20.1 => util-linux-2.21}/defines.h (100%)
rename meta/recipes-core/util-linux/{util-linux-2.20.1 => util-linux-2.21}/make_include (100%)
rename meta/recipes-core/util-linux/{util-linux-2.20.1 => util-linux-2.21}/remove-lscpu.patch (100%)
rename meta/recipes-core/util-linux/{util-linux-2.20.1 => util-linux-2.21}/remove_sigsetmark.patch (100%)
rename meta/recipes-core/util-linux/{util-linux-2.20.1 => util-linux-2.21}/swapargs.h (100%)
rename meta/recipes-core/util-linux/{util-linux-2.20.1 => util-linux-2.21}/uclibc-__progname-conflict.patch (100%)
rename meta/recipes-core/util-linux/{util-linux-2.20.1 => util-linux-2.21}/uclibc-compile.patch (100%)
rename meta/recipes-core/util-linux/{util-linux-2.20.1 => util-linux-2.21}/util-linux-ng-2.16-mount_lock_path.patch (100%)
create mode 100644 meta/recipes-core/util-linux/util-linux-2.21/util-linux-ng-replace-siginterrupt.patch
rename meta/recipes-core/util-linux/{util-linux_2.20.1.bb => util-linux_2.21.bb} (84%)
rename meta/recipes-devtools/file/{file_5.10.bb => file_5.11.bb} (85%)
delete mode 100644 meta/recipes-extended/psmisc/files/libintl-link.patch
rename meta/recipes-extended/psmisc/{psmisc_22.14.bb => psmisc_22.16.bb} (46%)
rename meta/recipes-graphics/drm/{libdrm_2.4.30.bb => libdrm_2.4.31.bb} (59%)
rename meta/recipes-graphics/xorg-app/{mkfontdir_1.0.6.bb => mkfontdir_1.0.7.bb} (81%)
rename meta/recipes-graphics/xorg-app/{mkfontscale_1.0.9.bb => mkfontscale_1.1.0.bb} (80%)
rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.17.0.bb => xf86-video-intel_2.18.0.bb} (84%)
rename meta/recipes-multimedia/libtiff/{tiff_3.9.5.bb => tiff_4.0.1.bb} (79%)
rename meta/recipes-support/boost/{boost_1.48.0.bb => boost_1.49.0.bb} (53%)
create mode 100644 meta/recipes-support/gnupg/gnupg-1.4.7/curl_typeof_fix_backport.patch
create mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.10.bb
delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.9.bb
--
1.7.7.6
next reply other threads:[~2012-02-27 19:19 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-27 19:10 Saul Wold [this message]
2012-02-27 19:10 ` [PATCH 01/13] gnupg: Add missing patch for curl_typeof_fix Saul Wold
2012-02-27 19:10 ` [PATCH 02/13] qemu: Add glib-2.0 as depends Saul Wold
2012-02-27 19:10 ` [PATCH 03/13] util-linux: Update to 2.21 Saul Wold
2012-02-27 19:31 ` Khem Raj
2012-02-27 21:32 ` Saul Wold
2012-02-27 21:48 ` Khem Raj
2012-02-27 19:10 ` [PATCH 04/13] file: Update to version 5.11 Saul Wold
2012-02-27 19:10 ` [PATCH 05/13] psmisc: Update to version 22.16 Saul Wold
2012-02-27 19:10 ` [PATCH 06/13] libdrm: Update to version 2.4.31 Saul Wold
2012-02-27 19:10 ` [PATCH 07/13] mkfontdir: Update to version 1.0.7 Saul Wold
2012-02-27 19:10 ` [PATCH 08/13] mkfontscale: Update to version 1.1.0 Saul Wold
2012-02-27 19:10 ` [PATCH 09/13] boost: Update to version 1.49.0 Saul Wold
2012-02-27 19:10 ` [PATCH 10/13] sqlite3: Update to version 3.7.10 Saul Wold
2012-02-27 19:10 ` [PATCH 11/13] xf86-video-intel: Update to version 2.18.0 Saul Wold
2012-02-27 19:10 ` [PATCH 12/13] tiff: Update to version 3.9.5 Saul Wold
2012-02-27 19:10 ` [PATCH 13/13] distro_tracking: Account for updates and Manual Checking Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1330369680.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.