summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_21.2.1.bb2
-rw-r--r--recipes-graphics/hdcp/hdcp_21.2.0.bb2
-rw-r--r--recipes-graphics/libva/libva-intel-utils_2.12.0.bb2
-rw-r--r--recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_21.2.1.bb b/recipes-graphics/gmmlib/gmmlib_21.2.1.bb
index f36e2979..dd1638fc 100644
--- a/recipes-graphics/gmmlib/gmmlib_21.2.1.bb
+++ b/recipes-graphics/gmmlib/gmmlib_21.2.1.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=465fe90caea3edd6a2cecb3f0c28a654" 7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=465fe90caea3edd6a2cecb3f0c28a654"
8 8
9SRC_URI = " \ 9SRC_URI = " \
10 git://github.com/intel/gmmlib.git;protocol=https \ 10 git://github.com/intel/gmmlib.git;protocol=https;branch=master \
11 " 11 "
12 12
13SRCREV = "9253eb8b949515d2a5030f99163a35567fe81838" 13SRCREV = "9253eb8b949515d2a5030f99163a35567fe81838"
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
10inherit pkgconfig cmake useradd systemd features_check 10inherit pkgconfig cmake useradd systemd features_check
11 11
12SRC_URI = "git://github.com/intel/hdcp.git \ 12SRC_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"
15SRCREV = "cacc352159c5bdaf1c21846cecdd1eb7b031e1d3" 15SRCREV = "cacc352159c5bdaf1c21846cecdd1eb7b031e1d3"
diff --git a/recipes-graphics/libva/libva-intel-utils_2.12.0.bb b/recipes-graphics/libva/libva-intel-utils_2.12.0.bb
index 5eb604dd..71a95f0a 100644
--- a/recipes-graphics/libva/libva-intel-utils_2.12.0.bb
+++ b/recipes-graphics/libva/libva-intel-utils_2.12.0.bb
@@ -14,7 +14,7 @@ SECTION = "x11"
14LICENSE = "MIT" 14LICENSE = "MIT"
15LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" 15LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
16 16
17SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.12-branch" 17SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.12-branch;protocol=https"
18SRCREV = "375aeae780597e2f6f5cb7f0f6cb285ffe3591db" 18SRCREV = "375aeae780597e2f6f5cb7f0f6cb285ffe3591db"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
diff --git a/recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb b/recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb
index da7cb652..dd6dc1d5 100644
--- a/recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb
+++ b/recipes-graphics/metrics-discovery/metrics-discovery_1.5.108.bb
@@ -9,7 +9,7 @@ inherit pkgconfig cmake
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11SRCREV = "a495db4682b7318bc82b1cccfb17fafdf2e3a2ff" 11SRCREV = "a495db4682b7318bc82b1cccfb17fafdf2e3a2ff"
12SRC_URI = "git://github.com/intel/metrics-discovery.git \ 12SRC_URI = "git://github.com/intel/metrics-discovery.git;branch=master;protocol=https \
13 file://0001-md_internal.h-Replace-string.h-with-string-C-header-.patch \ 13 file://0001-md_internal.h-Replace-string.h-with-string-C-header-.patch \
14 " 14 "
15 15