From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13] Updates for M4
Date: Mon, 28 Jan 2013 01:15:47 -0800 [thread overview]
Message-ID: <cover.1359364462.git.sgw@linux.intel.com> (raw)
Richard,
This is my set of update for M4 inclusion
Built and tested.
Thanks
Sau!
The following changes since commit ab692ed618f83df2ce452769165314e70b867345:
gettext: Fix build with uclibc remove upstreamed patches (2013-01-27 13:52:49 +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):
libnl: Update to 3.2.21
rgb: Update to 1.0.5
sysstat: Update to 10.1.3
mc: Update to 4.8.7
man-pages: Update to 3.45
libidn: Update to 1.26
cracklib: Update to 2.8.22
file: Update to 5.12
dhcp: Update to 4.2.5
util-linux: Update to 2.22.2
resolvconf: Update to 1.69
libcgroup: Update to 0.38
sqlite3: Update to 3.7.15.2
.../dhcp-3.0.3-dhclient-dbus.patch | 0
.../{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-client-path.patch | 0
.../{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-external-bind.patch | 0
.../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fixincludes.patch | 0
.../{dhcp-4.2.4-P2 => dhcp-4.2.5}/link-with-lcrypto.patch | 0
.../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/noattrmode.patch | 0
.../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/site.h | 0
.../dhcp/{dhcp_4.2.4-P2.bb => dhcp_4.2.5.bb} | 4 ++--
.../resolvconf/{resolvconf_1.68.bb => resolvconf_1.69.bb} | 4 ++--
.../libcgroup/{libcgroup_0.37.1.bb => libcgroup_0.38.bb} | 4 +---
.../{util-linux_2.22.1.bb => util-linux_2.22.2.bb} | 6 +++---
.../file/file/obsolete_automake_macros.patch | 15 ---------------
meta/recipes-devtools/file/{file_5.11.bb => file_5.12.bb} | 7 +++----
.../cracklib/{cracklib_2.8.19.bb => cracklib_2.8.22.bb} | 4 ++--
.../libidn/{libidn_1.25.bb => libidn_1.26.bb} | 8 ++++----
.../man-pages/{man-pages_3.44.bb => man-pages_3.45.bb} | 4 ++--
meta/recipes-extended/mc/{mc_4.8.6.bb => mc_4.8.7.bb} | 4 ++--
.../sysstat/{sysstat_10.1.2.bb => sysstat_10.1.3.bb} | 6 +++---
.../xorg-app/rgb-1.0.4/obsolete_automake_macros.patch | 15 ---------------
.../xorg-app/{rgb_1.0.4.bb => rgb_1.0.5.bb} | 8 +++-----
.../libnl/{libnl_3.2.18.bb => libnl_3.2.21.bb} | 4 ++--
.../sqlite/{sqlite3_3.7.15.1.bb => sqlite3_3.7.15.2.bb} | 6 +++---
22 files changed, 32 insertions(+), 67 deletions(-)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/dhcp-3.0.3-dhclient-dbus.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-client-path.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-external-bind.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fixincludes.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/link-with-lcrypto.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/noattrmode.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/site.h (100%)
rename meta/recipes-connectivity/dhcp/{dhcp_4.2.4-P2.bb => dhcp_4.2.5.bb} (62%)
rename meta/recipes-connectivity/resolvconf/{resolvconf_1.68.bb => resolvconf_1.69.bb} (88%)
rename meta/recipes-core/libcgroup/{libcgroup_0.37.1.bb => libcgroup_0.38.bb} (85%)
rename meta/recipes-core/util-linux/{util-linux_2.22.1.bb => util-linux_2.22.2.bb} (89%)
delete mode 100644 meta/recipes-devtools/file/file/obsolete_automake_macros.patch
rename meta/recipes-devtools/file/{file_5.11.bb => file_5.12.bb} (81%)
rename meta/recipes-extended/cracklib/{cracklib_2.8.19.bb => cracklib_2.8.22.bb} (72%)
rename meta/recipes-extended/libidn/{libidn_1.25.bb => libidn_1.26.bb} (85%)
rename meta/recipes-extended/man-pages/{man-pages_3.44.bb => man-pages_3.45.bb} (82%)
rename meta/recipes-extended/mc/{mc_4.8.6.bb => mc_4.8.7.bb} (82%)
rename meta/recipes-extended/sysstat/{sysstat_10.1.2.bb => sysstat_10.1.3.bb} (44%)
delete mode 100644 meta/recipes-graphics/xorg-app/rgb-1.0.4/obsolete_automake_macros.patch
rename meta/recipes-graphics/xorg-app/{rgb_1.0.4.bb => rgb_1.0.5.bb} (45%)
rename meta/recipes-support/libnl/{libnl_3.2.18.bb => libnl_3.2.21.bb} (90%)
rename meta/recipes-support/sqlite/{sqlite3_3.7.15.1.bb => sqlite3_3.7.15.2.bb} (59%)
--
1.8.0.2
next reply other threads:[~2013-01-28 9:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-28 9:15 Saul Wold [this message]
2013-01-28 9:15 ` [PATCH 01/13] libnl: Update to 3.2.21 Saul Wold
2013-01-28 9:15 ` [PATCH 02/13] rgb: Update to 1.0.5 Saul Wold
2013-01-28 9:15 ` [PATCH 03/13] sysstat: Update to 10.1.3 Saul Wold
2013-01-28 9:15 ` [PATCH 04/13] mc: Update to 4.8.7 Saul Wold
2013-01-28 9:15 ` [PATCH 05/13] man-pages: Update to 3.45 Saul Wold
2013-01-28 9:15 ` [PATCH 06/13] libidn: Update to 1.26 Saul Wold
2013-01-28 9:15 ` [PATCH 07/13] cracklib: Update to 2.8.22 Saul Wold
2013-01-28 9:15 ` [PATCH 08/13] file: Update to 5.12 Saul Wold
2013-01-28 9:15 ` [PATCH 09/13] dhcp: Update to 4.2.5 Saul Wold
2013-01-28 9:15 ` [PATCH 10/13] util-linux: Update to 2.22.2 Saul Wold
2013-01-28 9:15 ` [PATCH 11/13] resolvconf: Update to 1.69 Saul Wold
2013-01-28 9:15 ` [PATCH 12/13] libcgroup: Update to 0.38 Saul Wold
2013-01-28 9:16 ` [PATCH 13/13] sqlite3: Update to 3.7.15.2 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.1359364462.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox