diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2024-05-15 15:55:17 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-05-15 15:55:17 +0800 |
commit | b0928506e8a0efeba61c3fd8055cd323f5ca110a (patch) | |
tree | 2a8197d78e9632fd8d49482afbf0362ff67bcfae | |
parent | f01b766c23fc470a5f74f71c917b6e7410e0a9b0 (diff) | |
download | meta-intel-b0928506e8a0efeba61c3fd8055cd323f5ca110a.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_23.4.3.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_23.4.3.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_23.4.3.bb index 0b849bf1..0520faa3 100644 --- a/recipes-multimedia/onevpl/onevpl-intel-gpu_23.4.3.bb +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_23.4.3.bb | |||
@@ -2,8 +2,8 @@ SUMMARY = "Intel(R) oneVPL runtime for Intel GPU accelerated media processing" | |||
2 | DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \ | 2 | DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \ |
3 | video decode, encode and filtering on IntelĀ® graphics." | 3 | video decode, encode and filtering on IntelĀ® graphics." |
4 | 4 | ||
5 | HOMEPAGE = "https://github.com/oneapi-src/oneVPL-intel-gpu" | 5 | HOMEPAGE = "https://github.com/intel/vpl-gpu-rt" |
6 | BUGTRACKER = "https://github.com/oneapi-src/oneVPL-intel-gpu/issues" | 6 | BUGTRACKER = "https://github.com/intel/vpl-gpu-rt/issues" |
7 | 7 | ||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b" |
@@ -17,7 +17,7 @@ COMPATIBLE_HOST:x86-x32 = "null" | |||
17 | DEPENDS += "libdrm libva intel-media-driver onevpl pkgconfig-native" | 17 | DEPENDS += "libdrm libva intel-media-driver onevpl pkgconfig-native" |
18 | RDEPENDS:${PN} += "intel-media-driver" | 18 | RDEPENDS:${PN} += "intel-media-driver" |
19 | 19 | ||
20 | SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;nobranch=1;lfs=0 \ | 20 | SRC_URI = "git://github.com/intel/vpl-gpu-rt.git;protocol=https;nobranch=1;lfs=0 \ |
21 | file://0001-ARLH-DID-open-source-6286.patch \ | 21 | file://0001-ARLH-DID-open-source-6286.patch \ |
22 | file://0001-JPEGe-Enable-BGR4-JPEG-Enc-support-6470.patch \ | 22 | file://0001-JPEGe-Enable-BGR4-JPEG-Enc-support-6470.patch \ |
23 | file://0001-Fix-SetBuffersYV12-V-U-plane-offsets-calculation-647.patch \ | 23 | file://0001-Fix-SetBuffersYV12-V-U-plane-offsets-calculation-647.patch \ |