From 5657949d395848aaffb5547b16c14ccdc1e898a4 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 8 Aug 2019 09:45:26 +0800 Subject: libyami: upgrade 1.3.1 -> 1.3.2 For changes, see: https://github.com/intel/libyami/blob/1.3.2/NEWS Remove all the patches fixing warnings converted to errors when using clang. Most of these have been fixed and others are trivial enough to be ignored. Pass -Wno-error to CXXFLAGS to ignore these. Signed-off-by: Anuj Mittal --- recipes-multimedia/libyami/libyami-utils_1.3.2.bb | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-multimedia/libyami/libyami-utils_1.3.2.bb (limited to 'recipes-multimedia/libyami/libyami-utils_1.3.2.bb') diff --git a/recipes-multimedia/libyami/libyami-utils_1.3.2.bb b/recipes-multimedia/libyami/libyami-utils_1.3.2.bb new file mode 100644 index 00000000..b7f4e26f --- /dev/null +++ b/recipes-multimedia/libyami/libyami-utils_1.3.2.bb @@ -0,0 +1,26 @@ +SUMMARY = "Applications and Scripts for libyami." +DESCRIPTION = "Applications and Scripts for libyami." + +HOMEPAGE = "https://github.com/intel/libyami-utils" +BUGTRACKER = "https://github.com/intel/libyami-utils/issues/new" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" + +SRC_URI = "git://github.com/intel/libyami-utils.git \ + file://0001-Fix-build-with-clang.patch \ + " +SRCREV = "c3d25b64b05aeb0c4eecc140aef617cfeced6b8e" +S = "${WORKDIR}/git" + +DEPENDS = "libva libyami" + +inherit autotools pkgconfig distro_features_check + +REQUIRED_DISTRO_FEATURES = "opengl" + +PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" + +# --enable-x11 needs libva-x11 +# gles-tests fail to build without x11: see https://github.com/intel/libyami-utils/issues/91 +PACKAGECONFIG[x11] = "--enable-x11 --enable-egl,--disable-x11 --disable-egl, virtual/libx11" -- cgit v1.2.3-54-g00ecf