From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13 v2] Recipe Updates
Date: Mon, 19 Nov 2012 17:30:08 -0800 [thread overview]
Message-ID: <cover.1353374801.git.sgw@linux.intel.com> (raw)
Richard,
Here is a batch of tested updates.
I found 1 issue with cmake and libproxy, which I addressed, I hope
there are not any others lurking. I did rebuild all the cmake related
packages.
v2: Addressed Octavio's concerns
Thanks
Sau!
The following changes since commit d109b24ad354382cd40b28e86211e53929a0910f:
pulseaudio: explicitly disable xen, rather than letting it detect (2012-11-18 16:39:43 +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):
libtasn1: Update to 2.14
gnutls: Update to 2.12.21
libksba: Update to 1.3.0
dhcp: Update to 4.2.4-P2
libxml2: Update to 2.9.0
resolvconf: Update to 1.68
mc: Update to 4.8.6
man-pages: Update to 3.44
tiff: Update to 4.0.3
rt-tests/hwlatdetect: Update to 0.85
libdumpvalue-perl: Update to 1.17
cmake: Update to 2.8.10.1
libproxy: set LIBEXEC_INSTALL_DIR
.../dhcp-3.0.3-dhclient-dbus.patch | 0
.../fix-client-path.patch | 0
.../fix-external-bind.patch | 0
.../fixincludes.patch | 0
.../link-with-lcrypto.patch | 0
.../noattrmode.patch | 0
.../dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/site.h | 0
.../dhcp/{dhcp_4.2.4-P1.bb => dhcp_4.2.4-P2.bb} | 5 +-
.../{resolvconf_1.67.bb => resolvconf_1.68.bb} | 4 +-
meta/recipes-core/libxml/libxml2_2.8.0.bb | 6 ---
meta/recipes-core/libxml/libxml2_2.9.0.bb | 6 +++
.../cmake/cmake-native_2.8.10.1.bb | 7 +++
meta/recipes-devtools/cmake/cmake-native_2.8.8.bb | 8 ---
.../cmake/cmake/dont-run-cross-binaries.patch | 19 ++++----
.../cmake/cmake/support-oe-qt4-tools-names.patch | 46 ++++++++++----------
.../cmake/{cmake_2.8.8.bb => cmake_2.8.10.1.bb} | 4 +-
.../{man-pages_3.42.bb => man-pages_3.44.bb} | 4 +-
.../mc/{mc_4.8.4.bb => mc_4.8.6.bb} | 4 +-
...alue-perl_1.16.bb => libdumpvalue-perl_1.17.bb} | 6 +-
.../libtiff/{tiff_4.0.2.bb => tiff_4.0.3.bb} | 4 +-
.../{hwlatdetect_0.84.bb => hwlatdetect_0.85.bb} | 0
meta/recipes-rt/rt-tests/rt-tests.inc | 4 +-
.../{rt-tests_0.84.bb => rt-tests_0.85.bb} | 0
.../{gnutls_2.12.20.bb => gnutls_2.12.21.bb} | 5 +-
.../gnutls/{libtasn1_2.13.bb => libtasn1_2.14.bb} | 4 +-
meta/recipes-support/libksba/libksba_1.2.0.bb | 14 ------
meta/recipes-support/libksba/libksba_1.3.0.bb | 18 ++++++++
meta/recipes-support/libproxy/libproxy_0.4.7.bb | 4 +-
28 files changed, 87 insertions(+), 85 deletions(-)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/dhcp-3.0.3-dhclient-dbus.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/fix-client-path.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/fix-external-bind.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/fixincludes.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/link-with-lcrypto.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/noattrmode.patch (100%)
rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P1 => dhcp-4.2.4-P2}/site.h (100%)
rename meta/recipes-connectivity/dhcp/{dhcp_4.2.4-P1.bb => dhcp_4.2.4-P2.bb} (62%)
rename meta/recipes-connectivity/resolvconf/{resolvconf_1.67.bb => resolvconf_1.68.bb} (88%)
delete mode 100644 meta/recipes-core/libxml/libxml2_2.8.0.bb
create mode 100644 meta/recipes-core/libxml/libxml2_2.9.0.bb
create mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.10.1.bb
delete mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.8.bb
rename meta/recipes-devtools/cmake/{cmake_2.8.8.bb => cmake_2.8.10.1.bb} (88%)
rename meta/recipes-extended/man-pages/{man-pages_3.42.bb => man-pages_3.44.bb} (82%)
rename meta/recipes-extended/mc/{mc_4.8.4.bb => mc_4.8.6.bb} (82%)
rename meta/recipes-lsb4/perl/{libdumpvalue-perl_1.16.bb => libdumpvalue-perl_1.17.bb} (65%)
rename meta/recipes-multimedia/libtiff/{tiff_4.0.2.bb => tiff_4.0.3.bb} (85%)
rename meta/recipes-rt/rt-tests/{hwlatdetect_0.84.bb => hwlatdetect_0.85.bb} (100%)
rename meta/recipes-rt/rt-tests/{rt-tests_0.84.bb => rt-tests_0.85.bb} (100%)
rename meta/recipes-support/gnutls/{gnutls_2.12.20.bb => gnutls_2.12.21.bb} (79%)
rename meta/recipes-support/gnutls/{libtasn1_2.13.bb => libtasn1_2.14.bb} (81%)
delete mode 100644 meta/recipes-support/libksba/libksba_1.2.0.bb
create mode 100644 meta/recipes-support/libksba/libksba_1.3.0.bb
--
1.7.7.6
next reply other threads:[~2012-11-20 1:44 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-20 1:30 Saul Wold [this message]
2012-11-20 1:30 ` [PATCH 01/13] libtasn1: Update to 2.14 Saul Wold
2012-11-20 1:30 ` [PATCH 02/13] gnutls: Update to 2.12.21 Saul Wold
2012-11-20 1:30 ` [PATCH 03/13] libksba: Update to 1.3.0 Saul Wold
2012-11-20 1:30 ` [PATCH 04/13] dhcp: Update to 4.2.4-P2 Saul Wold
2012-11-20 1:30 ` [PATCH 05/13] libxml2: Update to 2.9.0 Saul Wold
2012-11-20 1:30 ` [PATCH 06/13] resolvconf: Update to 1.68 Saul Wold
2012-11-20 1:30 ` [PATCH 07/13] mc: Update to 4.8.6 Saul Wold
2012-11-20 1:30 ` [PATCH 08/13] man-pages: Update to 3.44 Saul Wold
2012-11-20 1:30 ` [PATCH 09/13] tiff: Update to 4.0.3 Saul Wold
2012-11-20 1:30 ` [PATCH 10/13] rt-tests/hwlatdetect: Update to 0.85 Saul Wold
2012-11-20 1:52 ` Otavio Salvador
2012-11-20 1:30 ` [PATCH 11/13] libdumpvalue-perl: Update to 1.17 Saul Wold
2012-11-20 1:30 ` [PATCH 12/13] cmake: Update to 2.8.10.1 Saul Wold
2012-11-20 1:30 ` [PATCH 13/13] libproxy: set LIBEXEC_INSTALL_DIR 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.1353374801.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