From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 00/29] autodetected dependencies
Date: Wed, 24 Jul 2013 14:41:09 +0200 [thread overview]
Message-ID: <cover.1374669516.git.Martin.Jansa@gmail.com> (raw)
The following changes since commit 02adda55bbb151b540ae00d57618ae6ac2b348f7:
qt-creator: upgrade to 2.8.0 (2013-07-24 14:36:05 +0200)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib jansa/deps
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/deps
Martin Jansa (29):
rrdtool: add PACKAGECONFIG for dbi
loudmouth: add dependency on libidn
cifs-utils: add PACKAGECONFIG for libcap
atftp: add PACKAGECONFIG for pcre, readline, tcp-wrapper
fbida: add dependency on curl libungif tiff
mbuffer: add PACKAGECONFIG for md5
inetutils: add PACKAGECONFIG for ftp and uucpd
jasper: add PACKAGECONFIG for jpeg
joe: add PACKAGECONFIG for joe
krb5: add PACKAGECONFIG for openssl and libedit
libass: add PACKAGECONFIG for harfbuzz
links: add PACKAGECONFIG for bzip2, lzma
quagga: add PACKAGECONFIG for capabilities
sox: add PACKAGECONFIG for magic and wavpack
usbmuxd: add PACKAGECONFIG for plist
usbmuxd: fix unpackaged files
libav: add PACKAGECONFIG for bzip2 and jack
libnice: add PACKAGECONFIG for gupnp
farsight2: add PACKAGECONFIG for gupnp
x264: explicitly disable swscale
mkvtoolnix: inherit gettext and export RUBYLIB
libftdi: add PACKAGECONFIG for cpp-wrapper
libgphoto2: add PACKAGECONFIG for serial
ntfs-3g-ntfsprogs: add packageconfig for uuid
openldap: add dependency on util-linux
samba: add packageconfig for fam
smbnetfs: add packageconfig for gnome-keyring
ruby: add dependency on db gdbm readline
cifs-utils: inherit pkgconfig
meta-multimedia/recipes-mkv/mkvtoolnix/mkvtoolnix_5.9.0.bb | 8 +++++++-
meta-multimedia/recipes-multimedia/sox/sox_14.4.0.bb | 3 +++
meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb | 5 +++++
meta-networking/recipes-daemons/atftp/atftp_git.bb | 5 +++++
meta-networking/recipes-protocols/quagga/quagga.inc | 3 +++
meta-networking/recipes-support/cifs/cifs-utils_git.bb | 5 ++++-
meta-oe/recipes-connectivity/krb5/krb5_1.11.bb | 4 ++++
meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb | 2 +-
meta-oe/recipes-connectivity/samba/samba.inc | 1 +
meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb | 3 +++
meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb | 5 +++++
meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb | 3 +++
meta-oe/recipes-graphics/fbida/fbida_2.09.bb | 2 +-
meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | 1 +
meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb | 3 +++
meta-oe/recipes-multimedia/libass/libass.inc | 3 +++
meta-oe/recipes-multimedia/libav/libav.inc | 4 ++++
meta-oe/recipes-multimedia/x264/x264_git.bb | 1 +
meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 3 +++
meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 3 +++
meta-oe/recipes-support/joe/joe_3.1.bb | 4 +++-
meta-oe/recipes-support/libftdi/libftdi_0.19.bb | 3 +++
meta-oe/recipes-support/links/links.inc | 4 ++++
meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb | 3 +++
.../ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2011.4.12.bb | 3 +++
meta-oe/recipes-support/openldap/openldap_2.4.23.bb | 2 ++
meta-ruby/recipes-devtools/ruby/ruby.inc | 4 ++--
meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb | 2 --
28 files changed, 83 insertions(+), 9 deletions(-)
--
1.8.3.2
next reply other threads:[~2013-07-24 12:40 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-24 12:41 Martin Jansa [this message]
2013-07-24 12:40 ` [meta-oe][PATCH 01/29] rrdtool: add PACKAGECONFIG for dbi Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 02/29] loudmouth: add dependency on libidn Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 03/29] cifs-utils: add PACKAGECONFIG for libcap Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 04/29] atftp: add PACKAGECONFIG for pcre, readline, tcp-wrapper Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 05/29] fbida: add dependency on curl libungif tiff Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 06/29] mbuffer: add PACKAGECONFIG for md5 Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 07/29] inetutils: add PACKAGECONFIG for ftp and uucpd Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 08/29] jasper: add PACKAGECONFIG for jpeg Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 09/29] joe: add PACKAGECONFIG for joe Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 10/29] krb5: add PACKAGECONFIG for openssl and libedit Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 11/29] libass: add PACKAGECONFIG for harfbuzz Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 12/29] links: add PACKAGECONFIG for bzip2, lzma Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 13/29] quagga: add PACKAGECONFIG for capabilities Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 14/29] sox: add PACKAGECONFIG for magic and wavpack Martin Jansa
2013-07-24 12:40 ` [meta-oe][PATCH 15/29] usbmuxd: add PACKAGECONFIG for plist Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 16/29] usbmuxd: fix unpackaged files Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 17/29] libav: add PACKAGECONFIG for bzip2 and jack Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 18/29] libnice: add PACKAGECONFIG for gupnp Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 19/29] farsight2: " Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 20/29] x264: explicitly disable swscale Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 21/29] mkvtoolnix: inherit gettext and export RUBYLIB Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 22/29] libftdi: add PACKAGECONFIG for cpp-wrapper Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 23/29] libgphoto2: add PACKAGECONFIG for serial Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 24/29] ntfs-3g-ntfsprogs: add packageconfig for uuid Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 25/29] openldap: add dependency on util-linux Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 26/29] samba: add packageconfig for fam Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 27/29] smbnetfs: add packageconfig for gnome-keyring Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 28/29] ruby: add dependency on db gdbm readline Martin Jansa
2013-07-24 12:41 ` [meta-oe][PATCH 29/29] cifs-utils: inherit pkgconfig 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.1374669516.git.Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@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