diff options
Diffstat (limited to 'recipes-graphics/hdcp/hdcp_21.2.0.bb')
-rw-r--r-- | recipes-graphics/hdcp/hdcp_21.2.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/hdcp/hdcp_21.2.0.bb b/recipes-graphics/hdcp/hdcp_21.2.0.bb new file mode 100644 index 00000000..f45dea02 --- /dev/null +++ b/recipes-graphics/hdcp/hdcp_21.2.0.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | SUMMARY = "Intel(R) unified HDCP SDK" | ||
2 | DESCRIPTION = "This is a user space implementation to prevent copying of \ | ||
3 | digital audio & video content across digital display interfaces. It provides \ | ||
4 | Linux user space implementation to enable the HDCP1.4 and HDCP2.2 protection \ | ||
5 | for external digital display interface" | ||
6 | LICENSE = "BSD-3-Clause" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c50969be4feb8b99c6baa3795ede4dce" | ||
8 | SECTION = "lib" | ||
9 | |||
10 | inherit pkgconfig cmake useradd systemd features_check | ||
11 | |||
12 | SRC_URI = "git://github.com/intel/hdcp.git;branch=master;protocol=https \ | ||
13 | file://0001-main-fix-hdcpd-service-failure.patch \ | ||
14 | " | ||
15 | SRCREV = "cacc352159c5bdaf1c21846cecdd1eb7b031e1d3" | ||
16 | |||
17 | REQUIRED_DISTRO_FEATURES = "systemd" | ||
18 | |||
19 | DEPENDS = "libdrm virtual/mesa systemd" | ||
20 | |||
21 | USERADD_PACKAGES = "${PN}" | ||
22 | USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/false --gid nogroup media" | ||
23 | |||
24 | SYSTEMD_SERVICE:${PN} = "hdcpd.service" | ||
25 | SYSTEMD_AUTO_ENABLE = "disable" | ||