From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [for-dylan][PATCH 00/33] Backports for deterministic dependencies
Date: Thu, 15 Aug 2013 09:23:11 +0200 [thread overview]
Message-ID: <cover.1376551401.git.Martin.Jansa@gmail.com> (raw)
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 jansa/dylan-backports
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/dylan-backports
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
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
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
meta/classes/gettext.bbclass | 4 +-
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 +-
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 +
.../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 +
38 files changed, 292 insertions(+), 38 deletions(-)
create mode 100644 meta/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch
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.3.2
next reply other threads:[~2013-08-15 7:22 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-15 7:23 Martin Jansa [this message]
2013-08-15 7:23 ` [for-dylan][PATCH 01/33] (lib)telepathy*: add missing dependency on libxslt-native Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 02/33] gst-plugins-bad: inherit gsettings Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 03/33] gst-plugins-base: add missing dependency on glib-2.0-native Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 04/33] taglib: add missing dependency on zlib Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 05/33] quota: inherit pkgconfig Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 06/33] libpam: " Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 07/33] systemtap: " Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 08/33] eglibc-locale: add missing dependency on virtual/${TARGET_PREFIX}binutils Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 09/33] wget: Add missing DEPENDS on zlib Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 10/33] libarchive: Fix build dependencies Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 11/33] bdwgc-native: Add missing pkgconfig DEPENDS Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 12/33] gst-plugins-bad: element selection rationalisation Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 13/33] gcc: add build directory to include directories Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 14/33] gst-plugins-bad: add few more PACKAGECONFIGs Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 15/33] quota: obey 'tcp-wrappers' PACKAGECONFIG Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 16/33] xkeyboard-config: add missing dependency on util-macros Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 17/33] ccache: add zlib dependency Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 18/33] cups: add PACKAGECONFIG for acl Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 19/33] directfb: add PACKAGECONFIG for jpeg2000 Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 20/33] distcc: add PACKAGECONFIG for popt Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 21/33] grub: add PACKAGECONFIG for grub-mount Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 22/33] mailx: remove support for autodetection of krb5 Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 23/33] minicom: add configure option and PACKAGECONFIG for lockdev Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 24/33] ltp: add acl, openssl dependency Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 25/33] patch: add PACKAGECONFIG for attr Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 26/33] python-imaging: add PACKAGECONFIG for lcms Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 27/33] socat: add PACKAGECONFIG for tcp-wrappers Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 28/33] sudo: add PACKAGECONFIG for zlib Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 29/33] gst-plugins-good: add PACKAGECONFIG for jpeg, wavpack, gdkpixbuf, v4l, bzip2, orc Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 30/33] gettext: disable nls when INHIBIT_DEFAULT_DEPS is set Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 31/33] weston: backport patch for libunwind configure option and disable it Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 32/33] mesa: inherit gettext Martin Jansa
2013-08-15 7:23 ` [for-dylan][PATCH 33/33] gst-plugins-gl: add explicit dependency on libpng Martin Jansa
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.1376551401.git.Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.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