From 23e680f9567be2b90bd8c607a6654644268cff51 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 5 Apr 2022 15:23:42 +0800 Subject: libyami/libyami-utils: remove recipes Project not maintained anymore. Signed-off-by: Anuj Mittal --- recipes-multimedia/libyami/libyami_1.3.2.bb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 recipes-multimedia/libyami/libyami_1.3.2.bb (limited to 'recipes-multimedia/libyami/libyami_1.3.2.bb') diff --git a/recipes-multimedia/libyami/libyami_1.3.2.bb b/recipes-multimedia/libyami/libyami_1.3.2.bb deleted file mode 100644 index ad84bb4f..00000000 --- a/recipes-multimedia/libyami/libyami_1.3.2.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Yami is media infrastructure base on libva" -DESCRIPTION = "Yet Another Media Infrastructure \ -light weight hardware codec library base on VA-API " - -HOMEPAGE = "https://github.com/intel/libyami" -BUGTRACKER = "https://github.com/intel/libyami/issues/new" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI = "git://github.com/intel/libyami.git;branch=apache;protocol=https \ -" -SRCREV = "08606d0a43e0ef15e5b61cc13563169370ce8715" -S = "${WORKDIR}/git" - -CXXFLAGS:append = " -Wno-error" - -PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)}" -PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxrandr libxrender" - -DEPENDS = "libva" -inherit autotools pkgconfig features_check - -REQUIRED_DISTRO_FEATURES = "opengl" -- cgit v1.2.3-54-g00ecf