Files
meta-openembedded/meta-oe/recipes-multimedia
Athanasios Oikonomou 107966d03d v4l-utils: added missing dependency on udev
Upgrading to newer v4l-utils 1.12.3 on commit f84a551f2d
Is causing issues because libdvbv5 now require libudev in order to work
(commit db42484881bf5e6a902de51fe42444ddf286d52a on v4l-utils).

First issue is missing dvb utils dvb-fe-tool, dvb-format-convert, dvbv5-daemon, dvbv5-scan, dvbv5-zap
because libdvbv5 requires now libudev.

Another issue was the failure of building dvb-apps (currently removed from master)
because the v4l-utils-native is missing dvb-format-convert.

This commit adds the missing udev dependency only on target and brings back the missing dvb utils.

Adding udev on native build is not possible because nothing provides udev-native.

Additionally add lib pthread to LDFLAGS in order to solve building with gold.

../../lib/libdvbv5/.libs/libdvbv5.so: error: undefined reference to 'pthread_cancel'
../../lib/libdvbv5/.libs/libdvbv5.so: error: undefined reference to 'pthread_create'

Issue with gold linking reported upstream and hopefully will be addressed soon.

Signed-off-by: Athanasios Oikonomou <athoik@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-09-18 10:16:24 +02:00
..
2017-06-14 14:51:16 +02:00
2014-07-15 14:56:55 +02:00
2017-04-18 14:21:50 +02:00
2015-09-23 15:39:41 +02:00
2016-12-09 12:02:14 +01:00
2015-08-18 11:52:29 +02:00
2016-11-26 01:07:21 +01:00
2016-02-25 17:45:41 +01:00
2015-01-08 11:58:43 +01:00
2017-08-28 11:06:01 +02:00