From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by mail.openembedded.org (Postfix) with ESMTP id 372496065F for ; Fri, 16 Aug 2013 09:50:11 +0000 (UTC) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 16 Aug 2013 02:50:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.89,894,1367996400"; d="scan'208";a="347198539" Received: from timevans-mobl.ger.corp.intel.com (HELO helios.ger.corp.intel.com) ([10.252.122.223]) by azsmga001.ch.intel.com with ESMTP; 16 Aug 2013 02:50:10 -0700 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Fri, 16 Aug 2013 10:49:21 +0100 Message-Id: X-Mailer: git-send-email 1.8.1.2 MIME-Version: 1.0 Subject: [dylan][PATCH 00/38] Backports from master + one additional fix (cover letter only) X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list 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, 16 Aug 2013 09:50:11 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backports from master, including one partial backport of an individual patch for weston, a large number of floating/missing dependency fixes, and a fix for a regression in devshell handling caused by a backported change in the last series. This series has been tested on the Yocto Project autobuilder. The devshell patch has been tested by myself and two others. The following changes since commit acf46cb2eb03c2ed3aadd7858044ba2837a83292: grub: disable floating ncurses dependency for GPLv2 version (2013-08-07 11:44:34 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/dylan-next http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/dylan-next Chen Qi (1): grub_0.97: Fix to correctly ship files under /usr/lib Christopher Larson (1): quota: obey 'tcp-wrappers' PACKAGECONFIG Eric Nelson (1): gst-plugins-gl: add explicit dependency on libpng Hongxu Jia (1): wget: Add missing DEPENDS on zlib Kai Kang (1): dpkg: fix include header caused compile error Mark Hatle (1): libarchive: Fix build dependencies Martin Jansa (26): (lib)telepathy*: add missing dependency on libxslt-native gst-plugins-bad: inherit gsettings gst-plugins-base: add missing dependency on glib-2.0-native taglib: add missing dependency on zlib quota: inherit pkgconfig libpam: inherit pkgconfig systemtap: inherit pkgconfig eglibc-locale: add missing dependency on virtual/${TARGET_PREFIX}binutils gst-plugins-bad: add few more PACKAGECONFIGs xkeyboard-config: add missing dependency on util-macros ccache: add zlib dependency cups: add PACKAGECONFIG for acl directfb: add PACKAGECONFIG for jpeg2000 distcc: add PACKAGECONFIG for popt grub: add PACKAGECONFIG for grub-mount mailx: remove support for autodetection of krb5 minicom: add configure option and PACKAGECONFIG for lockdev ltp: add acl, openssl dependency patch: add PACKAGECONFIG for attr python-imaging: add PACKAGECONFIG for lcms socat: add PACKAGECONFIG for tcp-wrappers sudo: add PACKAGECONFIG for zlib gst-plugins-good: add PACKAGECONFIG for jpeg, wavpack, gdkpixbuf, v4l, bzip2, orc gettext: disable nls when INHIBIT_DEFAULT_DEPS is set weston: backport patch for libunwind configure option and disable it mesa: inherit gettext Paul Eggleton (1): classes/terminal: fix pseudo exiting when launching devshell Richard Purdie (1): bdwgc-native: Add missing pkgconfig DEPENDS Ross Burton (1): gst-plugins-bad: element selection rationalisation Roy.Li (1): gcc: add build directory to include directories Saul Wold (2): groff: Fix License to be GPLv3 groff: Add GPLv2 version meta/classes/gettext.bbclass | 4 +- meta/classes/terminal.bbclass | 4 ++ .../grub-0.97/grub_fix_for_automake-1.12.patch | 50 +++++++++++++---- meta/recipes-bsp/grub/grub_2.00.bb | 3 + meta/recipes-connectivity/socat/socat_1.7.2.1.bb | 3 + .../telepathy/libtelepathy_0.3.3.bb | 2 +- .../telepathy/telepathy-glib_0.20.1.bb | 3 +- .../telepathy/telepathy-idle_0.1.14.bb | 3 +- .../telepathy/telepathy-mission-control_5.14.0.bb | 4 +- .../telepathy/telepathy-python_0.15.19.bb | 1 + meta/recipes-core/eglibc/eglibc-locale.inc | 5 ++ meta/recipes-devtools/ccache/ccache.inc | 2 + meta/recipes-devtools/distcc/distcc_3.1.bb | 4 +- .../dpkg/dpkg/fix-abs-redefine.patch | 40 +++++++++++++ meta/recipes-devtools/dpkg/dpkg_1.16.9.bb | 4 +- meta/recipes-devtools/gcc/gcc_4.7.bb | 2 +- meta/recipes-devtools/patch/patch.inc | 3 + .../allow.to.disable.some.features.patch | 65 ++++++++++++++++++++++ .../python/python-imaging_1.1.7.bb | 10 +++- meta/recipes-extended/cups/cups16.inc | 1 + .../groff-1.18.1.4/groff-1.18.1.4-remove-mom.patch | 39 +++++++++++++ .../groff/groff-1.18.1.4/man-local.patch | 36 ++++++++++++ .../groff/groff-1.18.1.4/mdoc-local.patch | 36 ++++++++++++ meta/recipes-extended/groff/groff_1.18.1.4.bb | 45 +++++++++++++++ meta/recipes-extended/groff/groff_1.22.2.bb | 2 +- .../libarchive/libarchive_2.8.5.bb | 20 ++++++- meta/recipes-extended/ltp/ltp_20120903.bb | 2 +- .../explicitly.disable.krb5.support.patch | 46 +++++++++++++++ meta/recipes-extended/mailx/mailx_12.5.bb | 1 + .../minicom-2.6.2/allow.to.disable.lockdev.patch | 21 +++++++ meta/recipes-extended/minicom/minicom_2.6.2.bb | 7 ++- meta/recipes-extended/pam/libpam_1.1.6.bb | 2 +- meta/recipes-extended/quota/quota_4.01.bb | 5 +- meta/recipes-extended/sudo/sudo.inc | 3 + meta/recipes-extended/wget/wget.inc | 2 +- meta/recipes-graphics/directfb/directfb.inc | 3 + meta/recipes-graphics/mesa/mesa-common.inc | 2 +- ...utotools-Add-a-libunwind-configure-switch.patch | 40 +++++++++++++ meta/recipes-graphics/wayland/weston_1.0.6.bb | 3 +- .../xorg-lib/xkeyboard-config_2.8.bb | 2 +- meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +- .../gstreamer/gst-plugins-bad_0.10.23.bb | 34 ++++++++--- .../gstreamer/gst-plugins-base_0.10.36.bb | 2 +- .../gstreamer/gst-plugins-gl_0.10.3.bb | 2 +- .../gstreamer/gst-plugins-good_0.10.31.bb | 12 +++- meta/recipes-support/bdwgc/bdwgc_7.2.bb | 2 +- meta/recipes-support/taglib/taglib_1.8.bb | 2 + 47 files changed, 534 insertions(+), 52 deletions(-) create mode 100644 meta/recipes-devtools/dpkg/dpkg/fix-abs-redefine.patch create mode 100644 meta/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch create mode 100644 meta/recipes-extended/groff/groff-1.18.1.4/groff-1.18.1.4-remove-mom.patch create mode 100644 meta/recipes-extended/groff/groff-1.18.1.4/man-local.patch create mode 100644 meta/recipes-extended/groff/groff-1.18.1.4/mdoc-local.patch create mode 100644 meta/recipes-extended/groff/groff_1.18.1.4.bb create mode 100644 meta/recipes-extended/mailx/mailx-12.5/explicitly.disable.krb5.support.patch create mode 100644 meta/recipes-extended/minicom/minicom-2.6.2/allow.to.disable.lockdev.patch create mode 100644 meta/recipes-graphics/wayland/weston/0001-autotools-Add-a-libunwind-configure-switch.patch -- 1.8.1.2