blob: 77825184e7824f61c1ebbb2584e3eec47bb6282a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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 ${COMPAT_DISTRO_FEATURE_CHECK}
SRC_URI = "git://github.com/intel/hdcp.git \
file://0001-main-fix-hdcpd-service-failure.patch \
"
SRCREV = "d10f2ab3efea1a49c98f381ab2c0b1e84cec3c6f"
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"
|