diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-03-04 10:54:05 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-04 10:57:59 -0800 |
| commit | 98175fd0cc6eefe4db9484131bb98f0516c0d1a5 (patch) | |
| tree | cfc81c56bb0db54058324acbc0239a11df355670 | |
| parent | cbd15ecde5f8fca1e6966d5cca4f13217b09b612 (diff) | |
| download | meta-openembedded-98175fd0cc6eefe4db9484131bb98f0516c0d1a5.tar.gz | |
opencv: Remove duplicate patch
<thread> include is already taken care with 0001-Fix-building-opencv-using-gcc-11.x-19244.patch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch | 28 | ||||
| -rw-r--r-- | meta-oe/recipes-support/opencv/opencv_4.5.1.bb | 1 |
2 files changed, 0 insertions, 29 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch b/meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch deleted file mode 100644 index 432f3c83ee..0000000000 --- a/meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From 4d984c65384e7d1f409f7e4cc56548a0924b09aa Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Tue, 2 Mar 2021 21:53:21 -0800 | ||
| 4 | Subject: [PATCH] Add missing include | ||
| 5 | |||
| 6 | this is highlighted by gcc-11 | ||
| 7 | |||
| 8 | Upstream-Status: Pending | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | modules/gapi/test/gapi_async_test.cpp | 1 + | ||
| 12 | 1 file changed, 1 insertion(+) | ||
| 13 | |||
| 14 | diff --git a/modules/gapi/test/gapi_async_test.cpp b/modules/gapi/test/gapi_async_test.cpp | ||
| 15 | index 66b8be4dd3..aa0c9c7cfb 100644 | ||
| 16 | --- a/modules/gapi/test/gapi_async_test.cpp | ||
| 17 | +++ b/modules/gapi/test/gapi_async_test.cpp | ||
| 18 | @@ -13,6 +13,7 @@ | ||
| 19 | |||
| 20 | #include <condition_variable> | ||
| 21 | #include <stdexcept> | ||
| 22 | +#include <thread> | ||
| 23 | |||
| 24 | namespace opencv_test | ||
| 25 | { | ||
| 26 | -- | ||
| 27 | 2.30.1 | ||
| 28 | |||
diff --git a/meta-oe/recipes-support/opencv/opencv_4.5.1.bb b/meta-oe/recipes-support/opencv/opencv_4.5.1.bb index d6652a01d9..d87e140ba7 100644 --- a/meta-oe/recipes-support/opencv/opencv_4.5.1.bb +++ b/meta-oe/recipes-support/opencv/opencv_4.5.1.bb | |||
| @@ -49,7 +49,6 @@ SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \ | |||
| 49 | file://0001-Dont-use-isystem.patch \ | 49 | file://0001-Dont-use-isystem.patch \ |
| 50 | file://download.patch \ | 50 | file://download.patch \ |
| 51 | file://0001-Make-ts-module-external.patch \ | 51 | file://0001-Make-ts-module-external.patch \ |
| 52 | file://0001-Add-missing-include.patch \ | ||
| 53 | file://0001-Fix-building-opencv-using-gcc-11.x-19244.patch \ | 52 | file://0001-Fix-building-opencv-using-gcc-11.x-19244.patch \ |
| 54 | " | 53 | " |
| 55 | SRC_URI_append_riscv64 = " file://0001-Use-Os-to-compile-tinyxml2.cpp.patch;patchdir=../contrib" | 54 | SRC_URI_append_riscv64 = " file://0001-Use-Os-to-compile-tinyxml2.cpp.patch;patchdir=../contrib" |
