From: Alexander Kanavin Date: Mon, 31 Oct 2022 11:47:15 +0000 (+0100) Subject: kea: submit patch upstream X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2674 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8f0e3a01262ecb83185ec5e84e6f359d7d64d1d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git kea: submit patch upstream Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch b/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch index 78f475a4956..451b409c88f 100644 --- a/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch +++ b/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch @@ -12,7 +12,7 @@ Subject: [PATCH] There are conflict of config files between kea and lib32-kea: Because they are all commented out, replace the expanded libdir path with '$libdir' in the config files to avoid conflict. -Upstream-Status: Pending +Upstream-Status: Submitted [https://gitlab.isc.org/isc-projects/kea/-/issues/2602] Signed-off-by: Kai Kang ---