All of lore.kernel.org
 help / color / mirror / Atom feed
* [WIP][PATCH 00/20] Deterministic dependencies II
@ 2013-08-29 16:02 Martin Jansa
  2013-08-29 16:02 ` [WIP][PATCH 01/20] gstreamer1.0-libav: Add PACKAGECONFIG for orc Martin Jansa
                   ` (20 more replies)
  0 siblings, 21 replies; 41+ messages in thread
From: Martin Jansa @ 2013-08-29 16:02 UTC (permalink / raw)
  To: openembedded-core

WIP because verification build is still running and I must admit that I'm mostly
testing that all dependencies are correctly "disabled" and in the end deterministic.

I'm not testing if every possible combination of PACKAGECONFIG options provide sufficient
dependency tree.

But it would be nice to get some review in advance and be able to get this
in 1.5 if I manage to fix all possible review comments and/or issues discovered
in my builds in time.

The following changes since commit 7d93288117e7054472d8a01dde0b38bc0ff98c27:

  buildtools-tarball: Add python-pkgutil (2013-08-29 00:22:49 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib jansa/deps
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/deps

Martin Jansa (20):
  gstreamer1.0-libav: Add PACKAGECONFIG for orc
  libunique: Add PACKAGECONFIG for dbus
  aspell: Add PACKAGECONFIG for curses
  xf86-input-synaptics: Add dependency on libxtst
  xdypinfo: Add dependency on libxcomposite
  libmatchbox: Add PACKAGECONFIG for png
  matchbox-wm: Add dependency on libxfixes and libxcursor
  telepathy-mission-control: Add PACKAGECONFIG for upower and
    connectivity
  tcl: Add dependency on zlib
  weston: Add PACKAGECONFIG for poppler
  wget: Add dependency on libpcre
  x11vnc: Add PACKAGECONFIG for xfixes, xinerama, xrandr and xdamage
  guile: Add PACKAGECONFIG for readline
  consolekit: Add patch to explicitly disable polkit when not enabled
  glib-networking: Add PACKAGECONFIG for p11-kit
  lame: Add dependency on ncurses
  librsvg: Fix dependencies for PACKAGECONFIG gdkpixbuf
  subversion: Add dependency on file for libmagic
  systemd: Add PACKAGECONFIG for cryptsetup
  qemu: Add PACKAGECONFIG for nss, uuid, tls and curses

 .../telepathy/telepathy-mission-control_5.15.0.bb  |  8 ++++
 .../glib-networking/glib-networking_2.36.2.bb      |  3 ++
 meta/recipes-core/systemd/systemd_206.bb           |  1 +
 meta/recipes-devtools/guile/guile_2.0.9.bb         |  3 ++
 meta/recipes-devtools/qemu/qemu.inc                |  4 ++
 .../subversion/subversion_1.7.10.bb                |  2 +-
 meta/recipes-devtools/tcltk/tcl_8.6.0.bb           |  2 +-
 meta/recipes-extended/wget/wget.inc                |  2 +-
 meta/recipes-gnome/librsvg/librsvg_2.32.1.bb       |  2 +-
 meta/recipes-gnome/libunique/libunique_1.1.6.bb    |  5 ++-
 .../libmatchbox/libmatchbox_1.11.bb                |  3 ++
 .../matchbox-wm/matchbox-wm_1.2.bb                 |  2 +-
 .../matchbox-wm/matchbox-wm_git.bb                 |  2 +-
 .../0001-configure-Allow-to-disable-poppler.patch  | 43 ++++++++++++++++++++++
 meta/recipes-graphics/wayland/weston_1.1.0.bb      |  2 +
 meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb      |  6 +++
 meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb   |  2 +-
 .../xorg-driver/xf86-input-synaptics_1.7.1.bb      |  2 +-
 .../xorg-driver/xf86-input-synaptics_git.bb        |  2 +-
 .../gstreamer/gstreamer1.0-libav.inc               |  1 +
 meta/recipes-multimedia/lame/lame_3.99.5.bb        |  2 +
 meta/recipes-support/aspell/aspell_0.60.6.1.bb     | 12 ++++--
 .../allow.to.disable.polkit.support.patch          | 33 +++++++++++++++++
 .../recipes-support/consolekit/consolekit_0.4.6.bb |  4 +-
 24 files changed, 132 insertions(+), 16 deletions(-)
 create mode 100644 meta/recipes-graphics/wayland/weston/0001-configure-Allow-to-disable-poppler.patch
 create mode 100644 meta/recipes-support/consolekit/consolekit/allow.to.disable.polkit.support.patch

-- 
1.8.3.2



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

end of thread, other threads:[~2013-10-05 12:16 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-29 16:02 [WIP][PATCH 00/20] Deterministic dependencies II Martin Jansa
2013-08-29 16:02 ` [WIP][PATCH 01/20] gstreamer1.0-libav: Add PACKAGECONFIG for orc Martin Jansa
2013-08-29 16:02 ` [WIP][PATCH 02/20] libunique: Add PACKAGECONFIG for dbus Martin Jansa
2013-08-29 16:02 ` [WIP][PATCH 03/20] aspell: Add PACKAGECONFIG for curses Martin Jansa
2013-08-29 16:02 ` [WIP][PATCH 04/20] xf86-input-synaptics: Add dependency on libxtst Martin Jansa
2013-08-29 16:02 ` [WIP][PATCH 05/20] xdypinfo: Add dependency on libxcomposite Martin Jansa
2013-09-02 17:11   ` Burton, Ross
2013-09-03 18:05     ` Martin Jansa
2013-08-29 16:02 ` [WIP][PATCH 06/20] libmatchbox: Add PACKAGECONFIG for png Martin Jansa
2013-09-02 14:01   ` Burton, Ross
2013-09-02 14:02   ` Burton, Ross
2013-09-03 18:29     ` Martin Jansa
2013-09-03 18:46       ` Burton, Ross
2013-08-29 16:02 ` [WIP][PATCH 07/20] matchbox-wm: Add dependency on libxfixes and libxcursor Martin Jansa
2013-08-29 16:02 ` [WIP][PATCH 08/20] telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity Martin Jansa
2013-09-02 17:10   ` Burton, Ross
2013-09-03 18:08     ` Martin Jansa
2013-09-03 18:51       ` Burton, Ross
2013-09-03 18:57         ` Burton, Ross
2013-08-29 16:02 ` [WIP][PATCH 09/20] tcl: Add dependency on zlib Martin Jansa
2013-08-29 16:02 ` [WIP][PATCH 10/20] weston: Add PACKAGECONFIG for poppler Martin Jansa
2013-08-29 16:02 ` [WIP][PATCH 11/20] wget: Add dependency on libpcre Martin Jansa
2013-09-20 23:23   ` Randy MacLeod
2013-09-21  0:27     ` Khem Raj
2013-08-29 16:02 ` [WIP][PATCH 12/20] x11vnc: Add PACKAGECONFIG for xfixes, xinerama, xrandr and xdamage Martin Jansa
2013-09-02 17:07   ` Burton, Ross
2013-08-29 16:03 ` [WIP][PATCH 13/20] guile: Add PACKAGECONFIG for readline Martin Jansa
2013-08-29 16:03 ` [WIP][PATCH 14/20] consolekit: Add patch to explicitly disable polkit when not enabled Martin Jansa
2013-08-29 16:03 ` [WIP][PATCH 15/20] glib-networking: Add PACKAGECONFIG for p11-kit Martin Jansa
2013-08-29 16:03 ` [WIP][PATCH 16/20] lame: Add dependency on ncurses Martin Jansa
2013-08-29 16:03 ` [WIP][PATCH 17/20] librsvg: Fix dependencies for PACKAGECONFIG gdkpixbuf Martin Jansa
2013-08-29 17:49   ` Saul Wold
2013-08-29 18:30     ` Martin Jansa
2013-08-30 14:59     ` Richard Purdie
2013-09-03 10:17       ` Burton, Ross
2013-08-29 16:03 ` [WIP][PATCH 18/20] subversion: Add dependency on file for libmagic Martin Jansa
2013-09-10  0:44   ` Jonathan Liu
2013-08-29 16:03 ` [WIP][PATCH 19/20] systemd: Add PACKAGECONFIG for cryptsetup Martin Jansa
2013-08-29 16:03 ` [WIP][PATCH 20/20] qemu: Add PACKAGECONFIG for nss, uuid, tls and curses Martin Jansa
2013-09-10 18:54 ` [WIP][PATCH 00/20] Deterministic dependencies II Martin Jansa
2013-10-05 12:16   ` Martin Jansa

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.