[oe] [meta-oe][PATCH] v4l-utils: added missing dependency on udev

Martin Jansa martin.jansa at gmail.com
Sat Sep 9 21:29:53 UTC 2017


Missing Signed-off-by line.

On Sat, Sep 9, 2017 at 10:19 PM, Athanasios Oikonomou <athoik at gmail.com>
wrote:

> Upgrading to newer v4l-utils 1.12.3 on commit
> f84a551f2d419df88b85987855fec866d9e84b4a
> 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.
> ---
>  meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.12.3.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.12.3.bb
> b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.12.3.bb
> index 42da5cc..dacc406 100644
> --- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.12.3.bb
> +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.12.3.bb
> @@ -7,6 +7,7 @@ PROVIDES = "libv4l media-ctl"
>  DEPENDS = "jpeg \
>             ${@bb.utils.contains('DISTRO_FEATURES', 'x11',
> 'virtual/libx11', '', d)}"
>  DEPENDS_append_libc-musl = " argp-standalone"
> +DEPENDS_append_class-target = " udev"
>
>  inherit autotools gettext pkgconfig
>
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list