From d2bc90498888b0621d1011642324441f92d69cc2 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Mon, 14 Oct 2019 13:43:11 +0800 Subject: hdcp: upgrade 19.2.0 -> 19.3.0 Release notes can be found here: https://github.com/intel/hdcp/releases/tag/intel-HDCP-19.3.0 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-graphics/hdcp/hdcp_19.3.0.bb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-graphics/hdcp/hdcp_19.3.0.bb (limited to 'recipes-graphics/hdcp/hdcp_19.3.0.bb') diff --git a/recipes-graphics/hdcp/hdcp_19.3.0.bb b/recipes-graphics/hdcp/hdcp_19.3.0.bb new file mode 100644 index 00000000..12775f97 --- /dev/null +++ b/recipes-graphics/hdcp/hdcp_19.3.0.bb @@ -0,0 +1,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 distro_features_check + +SRC_URI = "git://github.com/intel/hdcp.git \ + file://0001-main-fix-hdcpd-service-failure.patch \ +" +SRCREV = "9ba9511d3a5bea41442ba8507f378b931caf8981" +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" -- cgit v1.2.3-54-g00ecf