summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-02-07 13:59:53 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-02-11 14:32:30 +0800
commit987cd9b049df167d524495aed328f6ceca146f32 (patch)
tree62ccbcc5e102d7fd02b73d0fdbb7727f954c26df
parentd702b19cabadbd1829b2c8c7611bcf5dcfbad7b6 (diff)
downloadmeta-intel-987cd9b049df167d524495aed328f6ceca146f32.tar.gz
hdcp: upgrade 19.3.0 -> 19.4.0
Release notes can be found here: https://github.com/intel/hdcp/releases/tag/intel-HDCP-19.4.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-graphics/hdcp/hdcp_19.4.0.bb (renamed from recipes-graphics/hdcp/hdcp_19.3.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/hdcp/hdcp_19.3.0.bb b/recipes-graphics/hdcp/hdcp_19.4.0.bb
index 4c655ad6..d4834f5e 100644
--- a/recipes-graphics/hdcp/hdcp_19.3.0.bb
+++ b/recipes-graphics/hdcp/hdcp_19.4.0.bb
@@ -12,7 +12,7 @@ inherit pkgconfig cmake useradd systemd features_check
12SRC_URI = "git://github.com/intel/hdcp.git \ 12SRC_URI = "git://github.com/intel/hdcp.git \
13 file://0001-main-fix-hdcpd-service-failure.patch \ 13 file://0001-main-fix-hdcpd-service-failure.patch \
14" 14"
15SRCREV = "9ba9511d3a5bea41442ba8507f378b931caf8981" 15SRCREV = "d10f2ab3efea1a49c98f381ab2c0b1e84cec3c6f"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18REQUIRED_DISTRO_FEATURES = "systemd" 18REQUIRED_DISTRO_FEATURES = "systemd"