summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/hdcp/hdcp_20.1.0.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-10-02 11:25:56 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-10-02 15:48:54 +0800
commit98039f5bf2119e209440d9e59d9d5ea235092efa (patch)
tree1dc8f028dfdbf63f16f643d8166b05a726b9ee85 /recipes-graphics/hdcp/hdcp_20.1.0.bb
parentbe379678894ef4e9922a3d40594523c494b127f8 (diff)
downloadmeta-intel-98039f5bf2119e209440d9e59d9d5ea235092efa.tar.gz
hdcp: upgrade 20.1.0 -> 20.2.0
Release notes: https://github.com/intel/hdcp/releases/tag/intel-HDCP-20.2.0 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/hdcp/hdcp_20.1.0.bb')
-rw-r--r--recipes-graphics/hdcp/hdcp_20.1.0.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-graphics/hdcp/hdcp_20.1.0.bb b/recipes-graphics/hdcp/hdcp_20.1.0.bb
deleted file mode 100644
index 016e8e0a..00000000
--- a/recipes-graphics/hdcp/hdcp_20.1.0.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1SUMMARY = "Intel(R) unified HDCP SDK"
2DESCRIPTION = "This is a user space implementation to prevent copying of \
3digital audio & video content across digital display interfaces. It provides \
4Linux user space implementation to enable the HDCP1.4 and HDCP2.2 protection \
5for external digital display interface"
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c50969be4feb8b99c6baa3795ede4dce"
8SECTION = "lib"
9
10inherit pkgconfig cmake useradd systemd features_check
11
12SRC_URI = "git://github.com/intel/hdcp.git \
13 file://0001-main-fix-hdcpd-service-failure.patch \
14"
15SRCREV = "cacc352159c5bdaf1c21846cecdd1eb7b031e1d3"
16S = "${WORKDIR}/git"
17
18REQUIRED_DISTRO_FEATURES = "systemd"
19
20DEPENDS = "libdrm virtual/mesa systemd"
21
22USERADD_PACKAGES = "${PN}"
23USERADD_PARAM_${PN} = "--system --no-create-home --shell /bin/false --gid nogroup media"
24
25SYSTEMD_SERVICE_${PN} = "hdcpd.service"
26SYSTEMD_AUTO_ENABLE = "disable"