diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2021-11-03 07:23:40 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-11-03 12:35:28 +0800 |
commit | e4d0c52cba29298b32f97651412a7b28130d8beb (patch) | |
tree | b8d0027f7088e0d585df10d624d739ef4dfc78b2 /recipes-graphics/hdcp | |
parent | b8e0ee50ecb6560d9e9d18d8fbcfa82a730a85af (diff) | |
download | meta-intel-e4d0c52cba29298b32f97651412a7b28130d8beb.tar.gz |
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 <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics/hdcp')
-rw-r--r-- | recipes-graphics/hdcp/hdcp_21.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
9 | 9 | ||
10 | inherit pkgconfig cmake useradd systemd features_check | 10 | inherit pkgconfig cmake useradd systemd features_check |
11 | 11 | ||
12 | SRC_URI = "git://github.com/intel/hdcp.git \ | 12 | SRC_URI = "git://github.com/intel/hdcp.git;branch=master;protocol=https \ |
13 | file://0001-main-fix-hdcpd-service-failure.patch \ | 13 | file://0001-main-fix-hdcpd-service-failure.patch \ |
14 | " | 14 | " |
15 | SRCREV = "cacc352159c5bdaf1c21846cecdd1eb7b031e1d3" | 15 | SRCREV = "cacc352159c5bdaf1c21846cecdd1eb7b031e1d3" |