From 02f7dec421ececd5042f9b9d93a38d68b78ff89c Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 15 May 2024 15:50:34 +0800 Subject: [PATCH] onevpl: 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 --- recipes-multimedia/onevpl/onevpl_2022.0.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-multimedia/onevpl/onevpl_2022.0.3.bb b/recipes-multimedia/onevpl/onevpl_2022.0.3.bb index 70c99283..ff2acc25 100644 --- a/recipes-multimedia/onevpl/onevpl_2022.0.3.bb +++ b/recipes-multimedia/onevpl/onevpl_2022.0.3.bb @@ -3,12 +3,12 @@ DESCRIPTION = "The oneAPI Video Processing Library (oneVPL) provides \ a single video processing API for encode, decode, and video processing \ that works across a wide range of accelerators." -HOMEPAGE = "https://github.com/oneapi-src/oneVPL" +HOMEPAGE = "https://github.com/intel/libvpl" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ file://third-party-programs.txt;md5=43ed11c52f754dafaa62e2cfdd2bac13" -SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https;branch=master \ +SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \ file://0001-Fix-basename-build-issue-with-musl_libc.patch \ file://0001-samples-Addin-wayland-scanner-auto-generate-on-cmake.patch \ file://0002-sample_misc-Addin-basic-wayland-dmabuf-support.patch \