On Fri, Jan 15, 2016 at 01:07:20AM -0800, Robert Yang wrote: > The 66e32244aed8d33f1b49fbe78179f2442545c730 wrongly removed gudev from > PACKAGECONFIG, now add it back.
It was removed intentionally, because for systemd images there isn't libgudev provider in oe-core, only in meta-oe. RP's fix: http://git.openembedded.org/openembedded-core/commit/?h=jethro&id=bc458ae9586b45b11b6908eadb31e94d892e698f breaks the dependencies again, because when systemd is used there won't be libgudev needed by gstreamer1.0-plugins-good Please revert both "fixes" Regards, > > Signed-off-by: Robert Yang <[email protected]> > --- > .../gstreamer/gstreamer1.0-plugins-good.inc | 2 +- > 1 file changed, 1 insertion(+), 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 edaafe8..2f987b4 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 v4l2\ > + orc cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 \ > " > > X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" > -- > 1.7.9.5 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
