From fc28779c370b0abbf999fcf38f02e7f3b22e4dbc Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Fri, 2 Aug 2019 16:45:15 +0800 Subject: [PATCH] hdcp: upgrade v19.1.0 -> v19.2.0 Release details can be found here: https://github.com/intel/hdcp/releases Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-graphics/hdcp/{hdcp_19.1.0.bb => hdcp_19.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-graphics/hdcp/{hdcp_19.1.0.bb => hdcp_19.2.0.bb} (94%) diff --git a/recipes-graphics/hdcp/hdcp_19.1.0.bb b/recipes-graphics/hdcp/hdcp_19.2.0.bb similarity index 94% rename from recipes-graphics/hdcp/hdcp_19.1.0.bb rename to recipes-graphics/hdcp/hdcp_19.2.0.bb index 0ff0fcdd..c892a5d8 100644 --- a/recipes-graphics/hdcp/hdcp_19.1.0.bb +++ b/recipes-graphics/hdcp/hdcp_19.2.0.bb @@ -12,7 +12,7 @@ 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 = "8543db04594d7a46ebc5a5fa14d5818bb1eb6327" +SRCREV = "e9b4f22d4b5f0f71fb2c05b9e80e7750e939ea05" S = "${WORKDIR}/git" REQUIRED_DISTRO_FEATURES = "systemd"