]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "gstreamer1.0-plugins-good.inc: add gudev back to PACKAGECONFIG"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jan 2016 17:10:11 +0000 (17:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jan 2016 17:10:23 +0000 (17:10 +0000)
This reverts commit 5c90b561930aac1783485d91579d313932273e92.

The original change was intentional so back out 'fixes'.

meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc

index 2f987b49c6d2218ec2240426c4cf9848b79ca0d0..edaafe842ff573f3237562844d6300d100327957 100644 (file)
@@ -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 gudev jpeg libpng soup speex taglib v4l2 \
+    orc cairo flac gdk-pixbuf jpeg libpng soup speex taglib v4l2\
     "
 
 X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage"