mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
27 lines
935 B
BlitzBasic
27 lines
935 B
BlitzBasic
SUMMARY = "Intel(R) unified HDCP SDK"
|
|
DESCRIPTION = "This is a user space implementation to prevent copying of \
|
|
digital audio & video content across digital display interfaces. It provides \
|
|
Linux user space implementation to enable the HDCP1.4 and HDCP2.2 protection \
|
|
for external digital display interface"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c50969be4feb8b99c6baa3795ede4dce"
|
|
SECTION = "lib"
|
|
|
|
inherit pkgconfig cmake useradd systemd features_check
|
|
|
|
SRC_URI = "git://github.com/intel/hdcp.git \
|
|
file://0001-main-fix-hdcpd-service-failure.patch \
|
|
"
|
|
SRCREV = "cacc352159c5bdaf1c21846cecdd1eb7b031e1d3"
|
|
S = "${WORKDIR}/git"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "systemd"
|
|
|
|
DEPENDS = "libdrm virtual/mesa systemd"
|
|
|
|
USERADD_PACKAGES = "${PN}"
|
|
USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/false --gid nogroup media"
|
|
|
|
SYSTEMD_SERVICE:${PN} = "hdcpd.service"
|
|
SYSTEMD_AUTO_ENABLE = "disable"
|