summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libcec/libcec/0001-Remove-buggy-test-confusing-host-and-target.patch31
-rw-r--r--meta-oe/recipes-extended/libcec/libcec_6.0.2.bb1
2 files changed, 32 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec/0001-Remove-buggy-test-confusing-host-and-target.patch b/meta-oe/recipes-extended/libcec/libcec/0001-Remove-buggy-test-confusing-host-and-target.patch
new file mode 100644
index 0000000000..7c29e15e20
--- /dev/null
+++ b/meta-oe/recipes-extended/libcec/libcec/0001-Remove-buggy-test-confusing-host-and-target.patch
@@ -0,0 +1,31 @@
1From 8ce50bf569ec2d931735180079bbe507730626c8 Mon Sep 17 00:00:00 2001
2From: Yann Dirson <yann@blade-group.com>
3Date: Mon, 7 Sep 2020 18:17:21 +0200
4Subject: [PATCH] Remove buggy test confusing host and target
5
6---
7 src/libcec/cmake/CheckPlatformSupport.cmake | 8 --------
8 1 file changed, 8 deletions(-)
9
10diff --git a/src/libcec/cmake/CheckPlatformSupport.cmake b/src/libcec/cmake/CheckPlatformSupport.cmake
11index 1d99bd8..31dac4f 100644
12--- a/src/libcec/cmake/CheckPlatformSupport.cmake
13+++ b/src/libcec/cmake/CheckPlatformSupport.cmake
14@@ -266,14 +266,6 @@ else()
15 DESTINATION python/cec)
16 endif()
17 else()
18- if(EXISTS "/etc/os-release")
19- file(READ "/etc/os-release" OS_RELEASE)
20- string(REGEX MATCH "ID(_LIKE)?=debian" IS_DEBIAN ${OS_RELEASE})
21- if (IS_DEBIAN)
22- SET(PYTHON_PKG_DIR "dist-packages")
23- endif()
24- endif()
25-
26 if (NOT PYTHON_PKG_DIR)
27 SET(PYTHON_PKG_DIR "site-packages")
28 endif()
29--
302.28.0
31
diff --git a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
index 894ee52f96..c4aeb8c555 100644
--- a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
+++ b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
@@ -13,6 +13,7 @@ SRCREV = "29d82c80bcc62be2878a9ac080de7eb286c4beb9"
13SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release \ 13SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release \
14 file://0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch \ 14 file://0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch \
15 file://0001-Enhance-reproducibility.patch \ 15 file://0001-Enhance-reproducibility.patch \
16 file://0001-Remove-buggy-test-confusing-host-and-target.patch \
16 " 17 "
17 18
18S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"