summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-09 20:56:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-11 06:27:01 -0700
commit216ad557049f8fc9f7da208780dd7326bfc266ea (patch)
treeefd5a3df6a11993f6845ee7d245d15a4f2860e3c /meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
parent48614ce3ce13a8efa49bb323ef0646c4bb1c32c2 (diff)
downloadpoky-216ad557049f8fc9f7da208780dd7326bfc266ea.tar.gz
mesa: refresh patches
The patch tool will apply patches by default with "fuzz", which is where if the hunk context isn't present but what is there is close enough, it will force the patch in. Whilst this is useful when there's just whitespace changes, when applied to source it is possible for a patch applied with fuzz to produce broken code which still compiles (see #10450). This is obviously bad. We'd like to eventually have do_patch() rejecting any fuzz on these grounds. For that to be realistic the existing patches with fuzz need to be rebased and reviewed. (From OE-Core rev: 0cff8ae54066b25ffbe1efaa3f0a1d84aa89ebe1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch')
-rw-r--r--meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch b/meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
index ff8eda458c..f908d46550 100644
--- a/meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
+++ b/meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
@@ -28,10 +28,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
28 src/intel/Makefile.vulkan.am | 1 + 28 src/intel/Makefile.vulkan.am | 1 +
29 1 file changed, 1 insertion(+) 29 1 file changed, 1 insertion(+)
30 30
31diff --git a/src/intel/Makefile.vulkan.am b/src/intel/Makefile.vulkan.am 31Index: mesa-17.3.6/src/intel/Makefile.vulkan.am
32index 271b0a5..8fbe2c8 100644 32===================================================================
33--- a/src/intel/Makefile.vulkan.am 33--- mesa-17.3.6.orig/src/intel/Makefile.vulkan.am
34+++ b/src/intel/Makefile.vulkan.am 34+++ mesa-17.3.6/src/intel/Makefile.vulkan.am
35@@ -144,6 +144,7 @@ VULKAN_LIB_DEPS = \ 35@@ -144,6 +144,7 @@ VULKAN_LIB_DEPS = \
36 $(LIBDRM_LIBS) \ 36 $(LIBDRM_LIBS) \
37 $(PTHREAD_LIBS) \ 37 $(PTHREAD_LIBS) \
@@ -39,7 +39,4 @@ index 271b0a5..8fbe2c8 100644
39+ $(EXPAT_LIBS) \ 39+ $(EXPAT_LIBS) \
40 -lm 40 -lm
41 41
42 if HAVE_PLATFORM_X11 42 if HAVE_PLATFORM_ANDROID
43--
442.7.4
45