mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
libxcam: upgrade 1.2.2 -> 1.3.0
Patch is already merged, so not required anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
dd9437e9be
commit
62ac7ad874
|
@ -1,30 +0,0 @@
|
||||||
From 99f7a588ee827e25a153ac066a4f80f13a86e10e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Anuj Mittal <anuj.mittal@intel.com>
|
|
||||||
Date: Mon, 29 Jul 2019 12:27:19 +0800
|
|
||||||
Subject: [PATCH] modules/vulkan: point to correct location of spv shaders
|
|
||||||
|
|
||||||
They are not generated and are present in source directory.
|
|
||||||
|
|
||||||
Upstream-Status: Submitted [https://github.com/intel/libxcam/pull/654]
|
|
||||||
|
|
||||||
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
|
||||||
---
|
|
||||||
modules/vulkan/Makefile.am | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/modules/vulkan/Makefile.am b/modules/vulkan/Makefile.am
|
|
||||||
index 22763f0..56578ec 100644
|
|
||||||
--- a/modules/vulkan/Makefile.am
|
|
||||||
+++ b/modules/vulkan/Makefile.am
|
|
||||||
@@ -5,7 +5,7 @@ XCAM_VK_CXXFLAGS = \
|
|
||||||
$(LIBVULKAN_CFLAGS) \
|
|
||||||
-I$(top_srcdir)/xcore \
|
|
||||||
-I$(top_srcdir)/modules \
|
|
||||||
- -I$(top_builddir)/shaders/spv \
|
|
||||||
+ -I$(top_srcdir)/shaders/spv \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
XCAM_VK_LIBS = \
|
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
|
@ -7,9 +7,8 @@ SECTION = "lib"
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "28769ade4793006c8db9a1720359c310fa1e0d6a"
|
SRCREV = "90f386c44fdfc550d0c81697cf070b3249bef4dd"
|
||||||
SRC_URI = "git://github.com/intel/libxcam.git;branch=1.2.2 \
|
SRC_URI = "git://github.com/intel/libxcam.git;branch=1.3.0 \
|
||||||
file://0001-modules-vulkan-point-to-correct-location-of-spv-shad.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
COMPATIBLE_HOST_libc-musl = "null"
|
COMPATIBLE_HOST_libc-musl = "null"
|
Loading…
Reference in New Issue
Block a user