Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: Add a PACKAGECONFIG for udev

2014-08-14 Thread Burton, Ross
On 13 August 2014 18:46, Peter Kjellerstedt peter.kjellerst...@axis.com wrote:
 +PACKAGECONFIG[gudev]  = --with-gudev,--without-gudev,udev

Don't you need to depend on gudev here aswell?

Ross
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: Add a PACKAGECONFIG for udev

2014-08-14 Thread Koen Kooi

Op 14 aug. 2014, om 13:21 heeft Burton, Ross ross.bur...@intel.com het 
volgende geschreven:

 On 13 August 2014 18:46, Peter Kjellerstedt peter.kjellerst...@axis.com 
 wrote:
 +PACKAGECONFIG[gudev]  = --with-gudev,--without-gudev,udev
 
 Don't you need to depend on gudev here aswell?

gudev is part of udev, right? And as a shlib it will get picked up as RDEPEND 
automatically[1].

regards,

Koen

[1] Unless gst is stupid and dlopen()s it.
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: Add a PACKAGECONFIG for udev

2014-08-14 Thread Burton, Ross
On 14 August 2014 12:27, Koen Kooi k...@dominion.thruhere.net wrote:
 gudev is part of udev, right? And as a shlib it will get picked up as RDEPEND 
 automatically[1].

Yep, brainfart my end - confused it with another library.

Ross
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: Add a PACKAGECONFIG for udev

2014-08-13 Thread Peter Kjellerstedt
This solves these floating dependencies:

WARNING: QA Issue: gstreamer1.0-plugins-good-video4linux2 rdepends on
libudev, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: gstreamer1.0-plugins-good-video4linux2 rdepends on
libgudev-1.0, but it isn't a build dependency? [build-deps]

Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc 
b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 223e790..b33ab2b 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -11,7 +11,7 @@ inherit gettext
 PACKAGECONFIG ??=  \
 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', 
d)} \
-orc cairo flac gdk-pixbuf jpeg libpng soup speex taglib \
+orc cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib \
 
 
 X11DEPENDS = virtual/libx11 libsm libxrender libxfixes libxdamage
@@ -22,6 +22,7 @@ PACKAGECONFIG[pulseaudio] = 
--enable-pulse,--disable-pulse,pulseaudio
 PACKAGECONFIG[cairo]  = --enable-cairo,--disable-cairo,cairo
 PACKAGECONFIG[flac]   = --enable-flac,--disable-flac,flac
 PACKAGECONFIG[gdk-pixbuf] = 
--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf
+PACKAGECONFIG[gudev]  = --with-gudev,--without-gudev,udev
 PACKAGECONFIG[jack]   = --enable-jack,--disable-jack,jack
 PACKAGECONFIG[jpeg]   = --enable-jpeg,--disable-jpeg,jpeg
 PACKAGECONFIG[libpng] = --enable-libpng,--disable-libpng,libpng
-- 
1.9.0

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core