Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH 00/29] autodetected dependencies
@ 2013-07-24 12:41 Martin Jansa
  2013-07-24 12:40 ` [meta-oe][PATCH 01/29] rrdtool: add PACKAGECONFIG for dbi Martin Jansa
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: Martin Jansa @ 2013-07-24 12:41 UTC (permalink / raw)
  To: openembedded-devel

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



^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2013-07-24 12:41 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24 12:41 [meta-oe][PATCH 00/29] autodetected dependencies Martin Jansa
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox