From e4d0c52cba29298b32f97651412a7b28130d8beb Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 3 Nov 2021 07:23:40 +0800 Subject: meta: add explicit branch and protocol to SRC_URI Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal --- recipes-graphics/hdcp/hdcp_21.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-graphics/hdcp') diff --git a/recipes-graphics/hdcp/hdcp_21.2.0.bb b/recipes-graphics/hdcp/hdcp_21.2.0.bb index b336c7ac..8529b5ab 100644 --- a/recipes-graphics/hdcp/hdcp_21.2.0.bb +++ b/recipes-graphics/hdcp/hdcp_21.2.0.bb @@ -9,7 +9,7 @@ SECTION = "lib" inherit pkgconfig cmake useradd systemd features_check -SRC_URI = "git://github.com/intel/hdcp.git \ +SRC_URI = "git://github.com/intel/hdcp.git;branch=master;protocol=https \ file://0001-main-fix-hdcpd-service-failure.patch \ " SRCREV = "cacc352159c5bdaf1c21846cecdd1eb7b031e1d3" -- cgit v1.2.3-54-g00ecf