summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/kea/kea_1.8.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-02-27 07:16:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-01 11:12:12 +0000
commit232f97405a3e69cf9e54d4de0a8f1593da747603 (patch)
tree7217f2eb957eb3c5f7f2d0e4ff6fafc11980f840 /meta/recipes-connectivity/kea/kea_1.8.2.bb
parent5537ad961e5d0663c2d293abe8312bd2b614d9ff (diff)
downloadopenembedded-core-contrib-232f97405a3e69cf9e54d4de0a8f1593da747603.tar.gz
kea: Fix configure test error with gcc11
Since the test program fails to compile, configure thinks compiler is not having thread support and bails out Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/kea/kea_1.8.2.bb')
-rw-r--r--meta/recipes-connectivity/kea/kea_1.8.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/kea/kea_1.8.2.bb b/meta/recipes-connectivity/kea/kea_1.8.2.bb
index 3dc4f6af70..fe10d90620 100644
--- a/meta/recipes-connectivity/kea/kea_1.8.2.bb
+++ b/meta/recipes-connectivity/kea/kea_1.8.2.bb
@@ -18,6 +18,8 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz \
file://fix-multilib-conflict.patch \
file://fix_pid_keactrl.patch \
file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \
+ file://0001-ax_cpp11.m4-Include-memory-header.patch \
+ file://0001-include-limits.h.patch \
"
SRC_URI[sha256sum] = "486ca7abedb9d6fdf8e4344ad8688d1171f2ef0f5506d118988aadeae80a1d39"