diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2025-07-04 11:54:52 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-07-04 17:49:37 +0800 |
commit | fbaf7a7dbfe5f0b05104ecbdcadbbd4f8400fc33 (patch) | |
tree | 747a57d4de5823466366e8f98790c61a8d4ae326 /recipes-multimedia | |
parent | fc53424964a38b4c7afefd57646ebd8f9a69a0cb (diff) | |
download | meta-intel-master.tar.gz |
Update to match the recent changes in OE-Core where the unpack layout changed.
[https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/]
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/itt/itt_3.26.1.bb | 1 | ||||
-rw-r--r-- | recipes-multimedia/libva/intel-media-driver_25.1.4.bb | 1 | ||||
-rw-r--r-- | recipes-multimedia/vpl/libvpl-tools_1.3.0.bb | 1 | ||||
-rw-r--r-- | recipes-multimedia/vpl/libvpl_2.14.0.bb | 1 | ||||
-rw-r--r-- | recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/recipes-multimedia/itt/itt_3.26.1.bb b/recipes-multimedia/itt/itt_3.26.1.bb index 0043b5de..27b967f5 100644 --- a/recipes-multimedia/itt/itt_3.26.1.bb +++ b/recipes-multimedia/itt/itt_3.26.1.bb | |||
@@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSES/BSD-3-Clause.txt;md5=c551872bcf41ce707df54c7 | |||
10 | 10 | ||
11 | SRC_URI = "git://github.com/intel/ittapi.git;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/intel/ittapi.git;protocol=https;branch=master" |
12 | SRCREV = "e535d565c88e4407f044719e2e9ec70c0b023d23" | 12 | SRCREV = "e535d565c88e4407f044719e2e9ec70c0b023d23" |
13 | S = "${WORKDIR}/git" | ||
14 | PE = "1" | 13 | PE = "1" |
15 | 14 | ||
16 | UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" |
diff --git a/recipes-multimedia/libva/intel-media-driver_25.1.4.bb b/recipes-multimedia/libva/intel-media-driver_25.1.4.bb index b972e230..d2ab0f43 100644 --- a/recipes-multimedia/libva/intel-media-driver_25.1.4.bb +++ b/recipes-multimedia/libva/intel-media-driver_25.1.4.bb | |||
@@ -24,7 +24,6 @@ SRC_URI = "git://github.com/intel/media-driver.git;protocol=https;nobranch=1 \ | |||
24 | " | 24 | " |
25 | 25 | ||
26 | SRCREV = "14e2e7bcf1014186dbf1c099089c7c05cd880ae8" | 26 | SRCREV = "14e2e7bcf1014186dbf1c099089c7c05cd880ae8" |
27 | S = "${WORKDIR}/git" | ||
28 | 27 | ||
29 | COMPATIBLE_HOST:x86-x32 = "null" | 28 | COMPATIBLE_HOST:x86-x32 = "null" |
30 | 29 | ||
diff --git a/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb b/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb index e89a9d46..9154eb62 100644 --- a/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb +++ b/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb | |||
@@ -14,7 +14,6 @@ SRC_URI = "git://github.com/intel/libvpl-tools.git;protocol=https;branch=main \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | SRCREV = "82eab13ecec99f34e0f1d5dac490611b604406c9" | 16 | SRCREV = "82eab13ecec99f34e0f1d5dac490611b604406c9" |
17 | S = "${WORKDIR}/git" | ||
18 | 17 | ||
19 | inherit cmake | 18 | inherit cmake |
20 | DEPENDS += "libva libvpl pkgconfig-native" | 19 | DEPENDS += "libva libvpl pkgconfig-native" |
diff --git a/recipes-multimedia/vpl/libvpl_2.14.0.bb b/recipes-multimedia/vpl/libvpl_2.14.0.bb index d52ca076..3c35a892 100644 --- a/recipes-multimedia/vpl/libvpl_2.14.0.bb +++ b/recipes-multimedia/vpl/libvpl_2.14.0.bb | |||
@@ -12,7 +12,6 @@ SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \ | |||
12 | file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ | 12 | file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ |
13 | " | 13 | " |
14 | SRCREV = "025d43d086a3e663184cb49febe86152bf05409f" | 14 | SRCREV = "025d43d086a3e663184cb49febe86152bf05409f" |
15 | S = "${WORKDIR}/git" | ||
16 | 15 | ||
17 | inherit cmake | 16 | inherit cmake |
18 | DEPENDS += "libva pkgconfig-native" | 17 | DEPENDS += "libva pkgconfig-native" |
diff --git a/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb b/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb index d182ce53..0a0e6972 100644 --- a/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb +++ b/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb | |||
@@ -21,7 +21,6 @@ SRC_URI = "git://github.com/intel/vpl-gpu-rt.git;protocol=https;nobranch=1;lfs=0 | |||
21 | " | 21 | " |
22 | 22 | ||
23 | SRCREV = "c65990e456acf901597a76b22407232679152547" | 23 | SRCREV = "c65990e456acf901597a76b22407232679152547" |
24 | S = "${WORKDIR}/git" | ||
25 | 24 | ||
26 | FILES:${PN} += " \ | 25 | FILES:${PN} += " \ |
27 | ${libdir}/libmfx-gen/enctools.so \ | 26 | ${libdir}/libmfx-gen/enctools.so \ |