All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 00/14] Deterministic dependencies II
@ 2013-10-05 12:22 Martin Jansa
  2013-10-05 12:22 ` [PATCHv2 01/14] gstreamer1.0-libav: Add PACKAGECONFIG for orc Martin Jansa
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:22 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 796b7510853e71f158ad18dcea4cd1a10c7ef294:

  dbus: fix QA error building nativesdk-dbus (2013-10-04 18:25:06 +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 (14):
  gstreamer1.0-libav: Add PACKAGECONFIG for orc
  libunique: Add PACKAGECONFIG for dbus
  aspell: Add PACKAGECONFIG for curses
  xf86-input-synaptics: Add dependency on libxtst
  xdpyinfo: Add dependency on libxcomposite
  matchbox-wm: Add dependency on libxfixes and libxcursor
  telepathy-mission-control: Add PACKAGECONFIG for upower and
    connectivity
  tcl: Add dependency on zlib
  wget: Add dependency on libpcre
  x11vnc: Add PACKAGECONFIG for xinerama
  glib-networking: Add PACKAGECONFIG for p11-kit
  lame: Add dependency on ncurses
  subversion: Add dependency on file for libmagic
  systemd: Add PACKAGECONFIG for cryptsetup

 .../telepathy/telepathy-mission-control_5.15.0.bb            |  8 ++++++++
 meta/recipes-core/glib-networking/glib-networking_2.36.2.bb  |  3 +++
 meta/recipes-core/systemd/systemd_206.bb                     |  1 +
 meta/recipes-devtools/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/libunique/libunique_1.1.6.bb              |  5 ++++-
 meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb         |  2 +-
 meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb         |  2 +-
 meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb                |  1 +
 meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb             |  2 +-
 .../xorg-driver/xf86-input-synaptics_1.7.1.bb                |  2 +-
 .../recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb |  2 +-
 meta/recipes-multimedia/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 ++++++++----
 16 files changed, 36 insertions(+), 13 deletions(-)

-- 
1.8.3.2



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

* [PATCHv2 01/14] gstreamer1.0-libav: Add PACKAGECONFIG for orc
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
@ 2013-10-05 12:22 ` Martin Jansa
  2013-10-05 12:22 ` [PATCHv2 02/14] libunique: Add PACKAGECONFIG for dbus Martin Jansa
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:22 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
index c77a085..3d996bc 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
@@ -17,6 +17,7 @@ PACKAGECONFIG ??= " "
 PACKAGECONFIG[libav] = "--with-system-libav,,libav"
 PACKAGECONFIG[lgpl]  = "--enable-lgpl,,"
 PACKAGECONFIG[yasm]  = "--enable-yasm,--disable-yasm,yasm-native"
+PACKAGECONFIG[orc]  = "--enable-orc,--disable-orc,orc"
 
 
 GSTREAMER_1_0_DEBUG ?= "--disable-debug"
-- 
1.8.3.2



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

* [PATCHv2 02/14] libunique: Add PACKAGECONFIG for dbus
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
  2013-10-05 12:22 ` [PATCHv2 01/14] gstreamer1.0-libav: Add PACKAGECONFIG for orc Martin Jansa
@ 2013-10-05 12:22 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 03/14] aspell: Add PACKAGECONFIG for curses Martin Jansa
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:22 UTC (permalink / raw)
  To: openembedded-core

* dbus-glib was missing in DEPENDS in order to enable dbus backend
  but because dbus was in DEPENDS lets enable this PACKAGECONFIG by
  default

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-gnome/libunique/libunique_1.1.6.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/libunique/libunique_1.1.6.bb b/meta/recipes-gnome/libunique/libunique_1.1.6.bb
index adb9525..31af658 100644
--- a/meta/recipes-gnome/libunique/libunique_1.1.6.bb
+++ b/meta/recipes-gnome/libunique/libunique_1.1.6.bb
@@ -12,7 +12,10 @@ SRC_URI[sha256sum] = "e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66c
 
 PR = "r7"
 
-DEPENDS = "glib-2.0 gtk+ dbus"
+DEPENDS = "glib-2.0 gtk+"
+
+PACKAGECONFIG ??= "dbus"
+PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus dbus-glib"
 
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
-- 
1.8.3.2



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

* [PATCHv2 03/14] aspell: Add PACKAGECONFIG for curses
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
  2013-10-05 12:22 ` [PATCHv2 01/14] gstreamer1.0-libav: Add PACKAGECONFIG for orc Martin Jansa
  2013-10-05 12:22 ` [PATCHv2 02/14] libunique: Add PACKAGECONFIG for dbus Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 04/14] xf86-input-synaptics: Add dependency on libxtst Martin Jansa
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-support/aspell/aspell_0.60.6.1.bb | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb
index 64611cb..b196d96 100644
--- a/meta/recipes-support/aspell/aspell_0.60.6.1.bb
+++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb
@@ -1,12 +1,16 @@
-SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7"
-SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
 DESCRIPTION = "GNU Aspell spell-checker"
 SECTION = "console/utils"
 LICENSE="LGPLv2 | LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 PR = "r1"
+
+SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
+SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7"
+SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
+
 PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
 
 FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
-- 
1.8.3.2



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

* [PATCHv2 04/14] xf86-input-synaptics: Add dependency on libxtst
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (2 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 03/14] aspell: Add PACKAGECONFIG for curses Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 05/14] xdpyinfo: Add dependency on libxcomposite Martin Jansa
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb | 2 +-
 meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb
index 9125613..f678e8b 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.1.bb
@@ -15,6 +15,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55aacd3535a741824955c5eb8f061398"
 SRC_URI[md5sum] = "6505de717972b6a24b8eb13e69eb996c"
 SRC_URI[sha256sum] = "db5825660e1fb23190697f609bf75d4450fe707344a14298e1c9b47039bbb58e"
 
-DEPENDS += "libxi mtdev"
+DEPENDS += "libxi mtdev libxtst"
 
 FILES_${PN} += "${datadir}/X11/xorg.conf.d"
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
index 6dc5f8a..140f633 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb
@@ -15,4 +15,4 @@ PR = "${INC_PR}.1"
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics"
 S = "${WORKDIR}/git"
 
-DEPENDS += "libxi mtdev"
+DEPENDS += "libxi mtdev libxtst"
-- 
1.8.3.2



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

* [PATCHv2 05/14] xdpyinfo: Add dependency on libxcomposite
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (3 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 04/14] xf86-input-synaptics: Add dependency on libxtst Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 06/14] matchbox-wm: Add dependency on libxfixes and libxcursor Martin Jansa
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb
index c853926..3688e1b 100644
--- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb
+++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb
@@ -9,7 +9,7 @@ clients and the server, and the different types of screens and visuals \
 that are available."
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3"
-DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau"
+DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau libxcomposite"
 PE = "1"
 
 SRC_URI += "file://disable-xkb.patch"
-- 
1.8.3.2



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

* [PATCHv2 06/14] matchbox-wm: Add dependency on libxfixes and libxcursor
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (4 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 05/14] xdpyinfo: Add dependency on libxcomposite Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 07/14] telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity Martin Jansa
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb | 2 +-
 meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb
index 09e8b7c..b009c4b 100644
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb
+++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb
@@ -1,7 +1,7 @@
 SECTION = "x11/wm"
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPLv2.0+"
-DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat"
+DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxcursor xdamage libxrender startup-notification expat"
 PR = "r5"
 
 SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-window-manager/${PV}/matchbox-window-manager-${PV}.tar.bz2 \
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
index 55480d7..934719a 100644
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
+++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=a7e844465edbcf79c282369f93caa
                     file://src/wm.c;endline=21;md5=8dc9d24477d87ef5dfbc2e4927146aab"
 
 SECTION = "x11/wm"
-DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf"
+DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf libxcursor libxfixes"
 
 SRCREV = "29544f0e61cc281fc60061443a537271e1081b78"
 PV = "1.2+git${SRCPV}"
-- 
1.8.3.2



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

* [PATCHv2 07/14] telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (5 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 06/14] matchbox-wm: Add dependency on libxfixes and libxcursor Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 08/14] tcl: Add dependency on zlib Martin Jansa
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../telepathy/telepathy-mission-control_5.15.0.bb                 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
index aa776a1..f1a1320 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
@@ -14,6 +14,14 @@ SRC_URI[sha256sum] = "88800d1b5f385e94b34721319ff4fe65c493632954d7229b36e57af5b4
 
 inherit autotools pkgconfig pythonnative
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[upower] = "--enable-upower,--disable-upower,upower"
+
+# to select connman or nm you need to use "connectivity" and "connman" or "nm", default is to disable both
+PACKAGECONFIG[connectvity] = ",--with-connectivity=no"
+PACKAGECONFIG[connman] = "--with-connectivity=connman,,connman"
+PACKAGECONFIG[nm] = "--with-connectivity=nm,,networkmanager"
+
 PACKAGES =+ " \
 	libmissioncontrol \
 	libmissioncontrol-config \
-- 
1.8.3.2



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

* [PATCHv2 08/14] tcl: Add dependency on zlib
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (6 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 07/14] telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 09/14] wget: Add dependency on libpcre Martin Jansa
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-devtools/tcltk/tcl_8.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.0.bb b/meta/recipes-devtools/tcltk/tcl_8.6.0.bb
index 7273182..8d4df30 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.0.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Tool Command Language"
 LICENSE = "BSD-3-Clause"
 SECTION = "devel/tcltk"
 HOMEPAGE = "http://tcl.sourceforge.net"
-DEPENDS = "tcl-native"
+DEPENDS = "tcl-native zlib"
 LIC_FILES_CHKSUM = "file://../license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \
     file://../compat/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \
     file://../library/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \
-- 
1.8.3.2



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

* [PATCHv2 09/14] wget: Add dependency on libpcre
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (7 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 08/14] tcl: Add dependency on zlib Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 10/14] x11vnc: Add PACKAGECONFIG for xinerama Martin Jansa
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-extended/wget/wget.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index de9b620..7af55c4 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."
 SECTION = "console/network"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-DEPENDS = "openssl zlib"
+DEPENDS = "openssl zlib libpcre"
 
 INC_PR = "r16"
 
-- 
1.8.3.2



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

* [PATCHv2 10/14] x11vnc: Add PACKAGECONFIG for xinerama
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (8 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 09/14] wget: Add dependency on libpcre Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 11/14] glib-networking: Add PACKAGECONFIG for p11-kit Martin Jansa
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
index 24c42d1..7b3501d 100644
--- a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
+++ b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
@@ -20,3 +20,4 @@ inherit autotools
 
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
 PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
+PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama"
-- 
1.8.3.2



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

* [PATCHv2 11/14] glib-networking: Add PACKAGECONFIG for p11-kit
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (9 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 10/14] x11vnc: Add PACKAGECONFIG for xinerama Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 12/14] lame: Add dependency on ncurses Martin Jansa
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-core/glib-networking/glib-networking_2.36.2.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb b/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
index 863a4eb..5200b94 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
@@ -13,6 +13,9 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/2.36/${BPN}-${PV}.tar.xz"
 SRC_URI[md5sum] = "fb9121742ed36d1723f296eea19dbb3c"
 SRC_URI[sha256sum] = "2108d55b0af3eea56ce256830bcaf1519d6337e0054ef2eff80f2c0ef0eb23f9"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[pkcs11] = "--with-pkcs11,--without-pkcs11,p11-kit"
+
 EXTRA_OECONF = "--without-ca-certificates --without-gnome-proxy --without-libproxy"
 
 inherit autotools pkgconfig
-- 
1.8.3.2



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

* [PATCHv2 12/14] lame: Add dependency on ncurses
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (10 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 11/14] glib-networking: Add PACKAGECONFIG for p11-kit Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 13/14] subversion: Add dependency on file for libmagic Martin Jansa
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

* it's autodetected and configure doesn't allow to explicitly disable it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-multimedia/lame/lame_3.99.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb b/meta/recipes-multimedia/lame/lame_3.99.5.bb
index 764fcc1..978636a 100644
--- a/meta/recipes-multimedia/lame/lame_3.99.5.bb
+++ b/meta/recipes-multimedia/lame/lame_3.99.5.bb
@@ -5,6 +5,8 @@ SECTION = "console/utils"
 LICENSE = "LGPLv2+"
 LICENSE_FLAGS = "commercial"
 
+DEPENDS = "ncurses"
+
 LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \
                     file://include/lame.h;beginline=1;endline=20;md5=a2258182c593c398d15a48262130a92b \
 "
-- 
1.8.3.2



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

* [PATCHv2 13/14] subversion: Add dependency on file for libmagic
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (11 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 12/14] lame: Add dependency on ncurses Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-05 12:23 ` [PATCHv2 14/14] systemd: Add PACKAGECONFIG for cryptsetup Martin Jansa
  2013-10-07  9:32 ` [PATCHv2 00/14] Deterministic dependencies II Burton, Ross
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-devtools/subversion/subversion_1.7.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/subversion/subversion_1.7.10.bb b/meta/recipes-devtools/subversion/subversion_1.7.10.bb
index f77656b..4acd70b 100644
--- a/meta/recipes-devtools/subversion/subversion_1.7.10.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.7.10.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "The Subversion (svn) client"
 SECTION = "console/network"
-DEPENDS = "apr-util neon sqlite3"
+DEPENDS = "apr-util neon sqlite3 file"
 RDEPENDS_${PN} = "neon"
 LICENSE = "Apache-2"
 HOMEPAGE = "http://subversion.tigris.org"
-- 
1.8.3.2



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

* [PATCHv2 14/14] systemd: Add PACKAGECONFIG for cryptsetup
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (12 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 13/14] subversion: Add dependency on file for libmagic Martin Jansa
@ 2013-10-05 12:23 ` Martin Jansa
  2013-10-07  9:32 ` [PATCHv2 00/14] Deterministic dependencies II Burton, Ross
  14 siblings, 0 replies; 18+ messages in thread
From: Martin Jansa @ 2013-10-05 12:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-core/systemd/systemd_206.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd_206.bb b/meta/recipes-core/systemd/systemd_206.bb
index 02be793..a1a8bd7 100644
--- a/meta/recipes-core/systemd/systemd_206.bb
+++ b/meta/recipes-core/systemd/systemd_206.bb
@@ -53,6 +53,7 @@ DEPENDS += "libgcrypt"
 # Compress the journal
 PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz"
 PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers"
+PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup"
 
 CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill"
 
-- 
1.8.3.2



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

* Re: [PATCHv2 00/14] Deterministic dependencies II
  2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
                   ` (13 preceding siblings ...)
  2013-10-05 12:23 ` [PATCHv2 14/14] systemd: Add PACKAGECONFIG for cryptsetup Martin Jansa
@ 2013-10-07  9:32 ` Burton, Ross
  2013-10-07 13:16   ` Martin Jansa
  14 siblings, 1 reply; 18+ messages in thread
From: Burton, Ross @ 2013-10-07  9:32 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OE-core

On 5 October 2013 13:22, Martin Jansa <martin.jansa@gmail.com> wrote:
> Martin Jansa (14):
>   gstreamer1.0-libav: Add PACKAGECONFIG for orc
>   libunique: Add PACKAGECONFIG for dbus
>   aspell: Add PACKAGECONFIG for curses
>   xf86-input-synaptics: Add dependency on libxtst
>   xdpyinfo: Add dependency on libxcomposite
>   matchbox-wm: Add dependency on libxfixes and libxcursor
>   telepathy-mission-control: Add PACKAGECONFIG for upower and
>     connectivity
>   tcl: Add dependency on zlib
>   wget: Add dependency on libpcre
>   x11vnc: Add PACKAGECONFIG for xinerama
>   glib-networking: Add PACKAGECONFIG for p11-kit
>   lame: Add dependency on ncurses
>   subversion: Add dependency on file for libmagic
>   systemd: Add PACKAGECONFIG for cryptsetup

All looks good to me.  Worth noting that the telepathy-mission-control
changes will need changing when 5.15.1 onwards is integrated, and it's
clear that matchbox-wm needs to share a .inc file.

Signed-off-by: Ross Burton <ross.burton@intel.com>

Ross


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

* Re: [PATCHv2 00/14] Deterministic dependencies II
  2013-10-07  9:32 ` [PATCHv2 00/14] Deterministic dependencies II Burton, Ross
@ 2013-10-07 13:16   ` Martin Jansa
  2013-10-07 20:57     ` Richard Purdie
  0 siblings, 1 reply; 18+ messages in thread
From: Martin Jansa @ 2013-10-07 13:16 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1233 bytes --]

On Mon, Oct 07, 2013 at 10:32:13AM +0100, Burton, Ross wrote:
> On 5 October 2013 13:22, Martin Jansa <martin.jansa@gmail.com> wrote:
> > Martin Jansa (14):
> >   gstreamer1.0-libav: Add PACKAGECONFIG for orc
> >   libunique: Add PACKAGECONFIG for dbus
> >   aspell: Add PACKAGECONFIG for curses
> >   xf86-input-synaptics: Add dependency on libxtst
> >   xdpyinfo: Add dependency on libxcomposite
> >   matchbox-wm: Add dependency on libxfixes and libxcursor
> >   telepathy-mission-control: Add PACKAGECONFIG for upower and
> >     connectivity
> >   tcl: Add dependency on zlib
> >   wget: Add dependency on libpcre
> >   x11vnc: Add PACKAGECONFIG for xinerama
> >   glib-networking: Add PACKAGECONFIG for p11-kit
> >   lame: Add dependency on ncurses
> >   subversion: Add dependency on file for libmagic
> >   systemd: Add PACKAGECONFIG for cryptsetup
> 
> All looks good to me.  Worth noting that the telepathy-mission-control
> changes will need changing when 5.15.1 onwards is integrated, and it's
> clear that matchbox-wm needs to share a .inc file.

matchbox-wm and telepathy-mission-control weren't merged, should I send
v3 for them?

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCHv2 00/14] Deterministic dependencies II
  2013-10-07 13:16   ` Martin Jansa
@ 2013-10-07 20:57     ` Richard Purdie
  0 siblings, 0 replies; 18+ messages in thread
From: Richard Purdie @ 2013-10-07 20:57 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OE-core

On Mon, 2013-10-07 at 15:16 +0200, Martin Jansa wrote:
> On Mon, Oct 07, 2013 at 10:32:13AM +0100, Burton, Ross wrote:
> > On 5 October 2013 13:22, Martin Jansa <martin.jansa@gmail.com> wrote:
> > > Martin Jansa (14):
> > >   gstreamer1.0-libav: Add PACKAGECONFIG for orc
> > >   libunique: Add PACKAGECONFIG for dbus
> > >   aspell: Add PACKAGECONFIG for curses
> > >   xf86-input-synaptics: Add dependency on libxtst
> > >   xdpyinfo: Add dependency on libxcomposite
> > >   matchbox-wm: Add dependency on libxfixes and libxcursor
> > >   telepathy-mission-control: Add PACKAGECONFIG for upower and
> > >     connectivity
> > >   tcl: Add dependency on zlib
> > >   wget: Add dependency on libpcre
> > >   x11vnc: Add PACKAGECONFIG for xinerama
> > >   glib-networking: Add PACKAGECONFIG for p11-kit
> > >   lame: Add dependency on ncurses
> > >   subversion: Add dependency on file for libmagic
> > >   systemd: Add PACKAGECONFIG for cryptsetup
> > 
> > All looks good to me.  Worth noting that the telepathy-mission-control
> > changes will need changing when 5.15.1 onwards is integrated, and it's
> > clear that matchbox-wm needs to share a .inc file.
> 
> matchbox-wm and telepathy-mission-control weren't merged, should I send
> v3 for them?

The others seemed obvious so I took them into the 1.5 release. Those two
were not as obvious so they didn't make the release. I haven't got
around to worrying about 1.6 patches yet...

Cheers,

Richard





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

end of thread, other threads:[~2013-10-07 20:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-05 12:22 [PATCHv2 00/14] Deterministic dependencies II Martin Jansa
2013-10-05 12:22 ` [PATCHv2 01/14] gstreamer1.0-libav: Add PACKAGECONFIG for orc Martin Jansa
2013-10-05 12:22 ` [PATCHv2 02/14] libunique: Add PACKAGECONFIG for dbus Martin Jansa
2013-10-05 12:23 ` [PATCHv2 03/14] aspell: Add PACKAGECONFIG for curses Martin Jansa
2013-10-05 12:23 ` [PATCHv2 04/14] xf86-input-synaptics: Add dependency on libxtst Martin Jansa
2013-10-05 12:23 ` [PATCHv2 05/14] xdpyinfo: Add dependency on libxcomposite Martin Jansa
2013-10-05 12:23 ` [PATCHv2 06/14] matchbox-wm: Add dependency on libxfixes and libxcursor Martin Jansa
2013-10-05 12:23 ` [PATCHv2 07/14] telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity Martin Jansa
2013-10-05 12:23 ` [PATCHv2 08/14] tcl: Add dependency on zlib Martin Jansa
2013-10-05 12:23 ` [PATCHv2 09/14] wget: Add dependency on libpcre Martin Jansa
2013-10-05 12:23 ` [PATCHv2 10/14] x11vnc: Add PACKAGECONFIG for xinerama Martin Jansa
2013-10-05 12:23 ` [PATCHv2 11/14] glib-networking: Add PACKAGECONFIG for p11-kit Martin Jansa
2013-10-05 12:23 ` [PATCHv2 12/14] lame: Add dependency on ncurses Martin Jansa
2013-10-05 12:23 ` [PATCHv2 13/14] subversion: Add dependency on file for libmagic Martin Jansa
2013-10-05 12:23 ` [PATCHv2 14/14] systemd: Add PACKAGECONFIG for cryptsetup Martin Jansa
2013-10-07  9:32 ` [PATCHv2 00/14] Deterministic dependencies II Burton, Ross
2013-10-07 13:16   ` Martin Jansa
2013-10-07 20:57     ` Richard Purdie

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.