mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
intel-mediasdk: remove older version
Commit b9c01736 introduced a new recipe instead of upgrading an older
one. Remove the recipe with older version.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
4480afe686
commit
4b9d6cbc33
|
|
@ -1,59 +0,0 @@
|
|||
SUMMARY = "Intel(R) Media SDK for hardware accelerated media processing"
|
||||
DESCRIPTION = "Intel(R) Media SDK provides an API to access hardware-accelerated \
|
||||
video decode, encode and filtering on Intel® platforms with integrated graphics."
|
||||
|
||||
HOMEPAGE = "https://github.com/Intel-Media-SDK/MediaSDK"
|
||||
BUGTRACKER = "https://github.com/Intel-Media-SDK/MediaSDK/issues"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3cb331af679cd8f968bf799a9c55b46e"
|
||||
|
||||
CVE_DETAILS = "intel:media_sdk"
|
||||
|
||||
# Only for 64 bit until media-driver issues aren't fixed
|
||||
COMPATIBLE_HOST = '(x86_64).*-linux'
|
||||
COMPATIBLE_HOST_x86-x32 = "null"
|
||||
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
DEPENDS += "libdrm libva intel-media-driver"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "dri3", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "", d)} \
|
||||
samples \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[dri3] = "-DENABLE_X11_DRI3=ON, -DENABLE_X11_DRI3=OFF"
|
||||
PACKAGECONFIG[itt] = "-DENABLE_ITT=ON, -DENABLE_ITT=OFF, itt"
|
||||
PACKAGECONFIG[opencl] = "-DENABLE_OPENCL=ON, -DENABLE_OPENCL=OFF, ocl-icd opencl-clhpp opencl-headers"
|
||||
PACKAGECONFIG[samples] = "-DBUILD_SAMPLES=ON, -DBUILD_SAMPLES=OFF"
|
||||
PACKAGECONFIG[wayland] = "-DENABLE_WAYLAND=ON, -DENABLE_WAYLAND=OFF, wayland wayland-native"
|
||||
|
||||
SRC_URI = "git://github.com/Intel-Media-SDK/MediaSDK.git;protocol=https;branch=${BPN}-20.2;lfs=0 \
|
||||
file://0001-FindOpenCL.cmake-don-t-look-for-driver-at-build-time.patch \
|
||||
file://0001-FindITT.cmake-fix-detection-of-header-library.patch \
|
||||
"
|
||||
SRCREV = "f7ae8497b3e58a0ef8ad4ac94256f04928c20456"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^intel-mediasdk-(?P<pver>(\d+(\.\d+)+))$"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
EXTRA_OECMAKE += "-DMFX_INCLUDE=${S}/api/include"
|
||||
|
||||
do_install_append() {
|
||||
mv ${D}${datadir}/mfx/samples ${D}${libdir}/mfx/samples
|
||||
}
|
||||
|
||||
PACKAGE_BEFORE_PN = " ${PN}-samples"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${libdir}/mfx \
|
||||
${datadir}/mfx/plugins.cfg \
|
||||
"
|
||||
|
||||
FILES_${PN}-samples = "${libdir}/mfx/samples"
|
||||
|
||||
INSANE_SKIP_${PN}-samples += "staticdev"
|
||||
Loading…
Reference in New Issue
Block a user