Paul Gortmaker 3f39aa0101 gstreamer: fix dependency issue and un-blacklist it
In http://errors.yoctoproject.org/Errors/Details/130583/ we see the
following:

  /bin/bash: line 1: glib-mkenums: command not found
  /bin/bash: glib-genmarshal: command not found
  Makefile:1808: recipe for target 'gstenumtypes.h' failed
  make[2]: *** [gstenumtypes.h] Error 127

Most people don't see this because most hosts have these binaries
in /usr/bin -- e.g. libglib2.0-dev in Ubuntu provides them.

However, after making this change, we see the following in the
build for gstreamer:

./recipe-sysroot-native/usr/bin/glib-mkenums
./recipe-sysroot-native/usr/bin/glib-genmarshal

..and hence this change should resolve the above Yocto issue.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-20 11:50:14 +01:00
..
2016-10-21 18:20:43 +02:00
2016-11-23 15:24:01 +01:00
2015-10-13 12:27:51 +02:00
2016-10-26 10:28:38 +02:00
2015-11-06 17:53:57 +01:00
2015-10-23 12:53:25 +02:00
2015-10-13 12:27:52 +02:00
2015-10-23 12:53:25 +02:00
2016-08-22 15:56:28 +02:00
2016-05-06 12:40:22 +02:00
2016-11-23 15:24:02 +01:00
2017-02-13 18:43:20 +01:00
2016-11-26 01:07:22 +01:00