All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/26] Some Package Updates and Fixes
Date: Wed, 21 Dec 2011 23:55:06 -0800	[thread overview]
Message-ID: <cover.1324540322.git.sgw@linux.intel.com> (raw)

Richard & Community:

Here are some package updates along with fixes from various folks
that have been pending for a couple of days. BTW, this does build
world and gpl, although I have heard about some gettext issue I am
still working.

FYI: things might slow down a little over the next week as various
people (like RP & Saul) take some needed down time during the holiday
season.

Happy Holidays to everyone.

Sau!


The following changes since commit db446421933d640528328e46a29f828a36d6649b:

  multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:37 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/stage
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Dexuan Cui (2):
  socat: add the latest stable version 1.7.2.0
  wget: fix a host intrusion issue introduced by adding
    --with-ssl=openssl.

H.J. Lu (1):
  gmp: Don't check "$CC $CFLAGS" for x32 in gmp configure

Ilya Yanok (1):
  arch-powerpc: set PACKAGE_EXTRA_ARCHS

Nitin A Kamble (3):
  bitbake.conf multilib.conf: move the definition of baselib
  binutils: fix building on distros with matching binutils version
  image-types: add btrfs as a supported fstype

Paul Eggleton (1):
  libsync: move to git.yoctoproject.org

Saul Wold (10):
  distro tracking: update man-pages, gts-plugin-bluetooth, usbutils,
  python-pycairo: Upgrade to 1.10.0
  augeas: Upgrade to 0.10.0
  libidn: Upgrade to 1.23
  mc: Add version 4.8.1 now GPLv3
  texi2html: Upgrade to 5.0
  libdrm: Upgrade to 2.4.29
  distro_tracking: Mark Upgrade Info
  zypper: add patch from libxml2
  bash: Add SRC_URI Checksums for GPLv2

Scott Garman (8):
  ncurses: move libraries to base_libdir
  libcap: move library to base_libdir
  util-linux: move libraries to base_libdir
  e2fsprogs: move libraries to base_libdir
  libusb1: move libraries to base_libdir
  libusb-compat: move libraries to base_libdir
  prelink: update to latest git version
  insane.bbclass: add QA tests for unsafe references to exec_prefix

 .../opensync/{libsync_svn.bb => libsync_git.bb}    |    9 +-
 meta/classes/image_types.bbclass                   |    2 +-
 meta/classes/insane.bbclass                        |  111 +++-
 meta/conf/bitbake.conf                             |    2 +-
 .../conf/distro/include/distro_tracking_fields.inc |   77 +-
 meta/conf/machine/include/powerpc/arch-powerpc.inc |    6 +-
 meta/conf/machine/include/tune-ppc603e.inc         |    2 +-
 meta/conf/machine/include/tune-ppce300c2.inc       |    2 +-
 meta/conf/machine/include/tune-ppce500mc.inc       |    2 +-
 meta/conf/multilib.conf                            |    2 -
 .../recipes-connectivity/socat/files/compile.patch |  946 ++++++++++++++++++++
 meta/recipes-connectivity/socat/socat_1.7.2.0.bb   |   28 +
 meta/recipes-core/ncurses/ncurses.inc              |   26 +-
 meta/recipes-core/util-linux/util-linux.inc        |   20 +-
 meta/recipes-core/util-linux/util-linux_2.19.1.bb  |    2 +-
 .../binutils/binutils-cross-canadian_2.22.bb       |    2 +-
 .../binutils/binutils-crosssdk_2.22.bb             |    2 +-
 meta/recipes-devtools/binutils/binutils.inc        |    2 +-
 meta/recipes-devtools/binutils/binutils_2.22.bb    |    2 +-
 .../e2fsprogs/e2fsprogs_1.41.14.bb                 |   29 +-
 meta/recipes-devtools/prelink/prelink_git.bb       |    2 +-
 .../python/python-pycairo_1.10.0.bb                |   39 +
 .../python/python-pycairo_1.8.10.bb                |   31 -
 meta/recipes-extended/augeas/augeas_0.10.0.bb      |    6 +
 meta/recipes-extended/augeas/augeas_0.9.0.bb       |    7 -
 meta/recipes-extended/bash/bash_3.2.48.bb          |    3 +
 .../libidn/{libidn_1.22.bb => libidn_1.23.bb}      |    5 +-
 meta/recipes-extended/mc/mc_4.8.1.bb               |   25 +
 .../texi2html-5.0/fix_gettext_version.patch        |   44 +
 .../{texi2html_1.82.bb => texi2html_5.0.bb}        |   19 +-
 meta/recipes-extended/wget/wget.inc                |    4 +-
 .../zypper/zypper/cmake_libxml2.patch              |   28 +
 meta/recipes-extended/zypper/zypper_git.bb         |    3 +-
 .../drm/{libdrm_2.4.27.bb => libdrm_2.4.29.bb}     |    8 +-
 meta/recipes-support/gmp/gmp/gmp_fix_for_x32.patch |   24 +-
 meta/recipes-support/libcap/libcap.inc             |   15 +-
 meta/recipes-support/libcap/libcap_2.22.bb         |    2 +-
 meta/recipes-support/libusb/libusb-compat_0.1.3.bb |   12 +-
 meta/recipes-support/libusb/libusb1_1.0.8.bb       |   16 +-
 39 files changed, 1417 insertions(+), 150 deletions(-)
 rename meta-demoapps/recipes-connectivity/opensync/{libsync_svn.bb => libsync_git.bb} (72%)
 create mode 100644 meta/recipes-connectivity/socat/files/compile.patch
 create mode 100644 meta/recipes-connectivity/socat/socat_1.7.2.0.bb
 create mode 100644 meta/recipes-devtools/python/python-pycairo_1.10.0.bb
 delete mode 100644 meta/recipes-devtools/python/python-pycairo_1.8.10.bb
 create mode 100644 meta/recipes-extended/augeas/augeas_0.10.0.bb
 delete mode 100644 meta/recipes-extended/augeas/augeas_0.9.0.bb
 rename meta/recipes-extended/libidn/{libidn_1.22.bb => libidn_1.23.bb} (86%)
 create mode 100644 meta/recipes-extended/mc/mc_4.8.1.bb
 create mode 100644 meta/recipes-extended/texi2html/texi2html-5.0/fix_gettext_version.patch
 rename meta/recipes-extended/texi2html/{texi2html_1.82.bb => texi2html_5.0.bb} (43%)
 create mode 100644 meta/recipes-extended/zypper/zypper/cmake_libxml2.patch
 rename meta/recipes-graphics/drm/{libdrm_2.4.27.bb => libdrm_2.4.29.bb} (54%)

-- 
1.7.6.4




             reply	other threads:[~2011-12-22  8:02 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-22  7:55 Saul Wold [this message]
2011-12-22  7:55 ` [CONSOLIDATED PULL 01/26] distro tracking: update man-pages, gts-plugin-bluetooth, usbutils, Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 02/26] python-pycairo: Upgrade to 1.10.0 Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 03/26] augeas: Upgrade to 0.10.0 Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 04/26] libidn: Upgrade to 1.23 Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 05/26] mc: Add version 4.8.1 now GPLv3 Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 06/26] texi2html: Upgrade to 5.0 Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 07/26] libdrm: Upgrade to 2.4.29 Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 08/26] distro_tracking: Mark Upgrade Info Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 09/26] libsync: move to git.yoctoproject.org Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 10/26] socat: add the latest stable version 1.7.2.0 Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 11/26] wget: fix a host intrusion issue introduced by adding --with-ssl=openssl Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 12/26] ncurses: move libraries to base_libdir Saul Wold
2011-12-22  8:50   ` Phil Blundell
2011-12-22 16:12     ` Scott Garman
2011-12-23  5:30       ` Scott Garman
2011-12-23  8:18         ` Paul Eggleton
2011-12-23 17:46           ` Scott Garman
2011-12-22  7:55 ` [CONSOLIDATED PULL 13/26] libcap: move library " Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 14/26] util-linux: move libraries " Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 15/26] e2fsprogs: " Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 16/26] libusb1: " Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 17/26] libusb-compat: " Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 18/26] prelink: update to latest git version Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 19/26] insane.bbclass: add QA tests for unsafe references to exec_prefix Saul Wold
2011-12-22  9:02   ` Phil Blundell
2011-12-22 16:16     ` Scott Garman
2011-12-22  7:55 ` [CONSOLIDATED PULL 20/26] gmp: Don't check "$CC $CFLAGS" for x32 in gmp configure Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 21/26] bitbake.conf multilib.conf: move the definition of baselib Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 22/26] binutils: fix building on distros with matching binutils version Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 23/26] image-types: add btrfs as a supported fstype Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 24/26] arch-powerpc: set PACKAGE_EXTRA_ARCHS Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 25/26] zypper: add patch from libxml2 Saul Wold
2011-12-22  7:55 ` [CONSOLIDATED PULL 26/26] bash: Add SRC_URI Checksums for GPLv2 Saul Wold
2011-12-22 13:19 ` [CONSOLIDATED PULL 00/26] Some Package Updates and Fixes Richard Purdie

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.1324540322.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.