summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2024-05-15 15:55:17 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2024-05-15 17:31:02 +0800
commitac4bcf74ff0c9f11685eca14e255141dd19bd236 (patch)
treeac4f5c72b38f8e862f6f71b92c83cdd2f79c34da
parent02f7dec421ececd5042f9b9d93a38d68b78ff89c (diff)
downloadmeta-intel-ac4bcf74ff0c9f11685eca14e255141dd19bd236.tar.gz
onevpl-intel-gpu: change branch name from master to main
Upstream has switched to using main. Also, point to the updated project page on GitHub. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb
index fb315ebd..43e6646e 100644
--- a/recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb
+++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb
@@ -2,8 +2,8 @@ SUMMARY = "Intel(R) oneVPL runtime for Intel GPU accelerated media processing"
2DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \ 2DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \
3video decode, encode and filtering on IntelĀ® graphics." 3video decode, encode and filtering on IntelĀ® graphics."
4 4
5HOMEPAGE = "https://github.com/oneapi-src/oneVPL-intel-gpu" 5HOMEPAGE = "https://github.com/intel/vpl-gpu-rt"
6BUGTRACKER = "https://github.com/oneapi-src/oneVPL-intel-gpu/issues" 6BUGTRACKER = "https://github.com/intel/vpl-gpu-rt/issues"
7 7
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b"
@@ -16,7 +16,7 @@ COMPATIBLE_HOST:x86-x32 = "null"
16 16
17DEPENDS += "libdrm libva intel-media-driver onevpl pkgconfig-native" 17DEPENDS += "libdrm libva intel-media-driver onevpl pkgconfig-native"
18 18
19SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=intel-onevpl-22.3;lfs=0 \ 19SRC_URI = "git://github.com/intel/vpl-gpu-rt.git;protocol=https;branch=intel-onevpl-22.3;lfs=0 \
20 file://0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch \ 20 file://0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch \
21 " 21 "
22 22