From da9ac8092497c3f2c246d3534f47e42cb2d9e4e8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 14 Aug 2017 11:06:33 +0100 Subject: expat: Don't use getrandom() in the -native case getrandom() is only available in glibc 2.25+ and uninative may relocate binaries onto systems that don't have this function. For now, force the code to the older codepath until we can come up with a better solution for this kind of issue. Signed-off-by: Richard Purdie --- meta/recipes-core/expat/expat.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-core/expat/expat.inc') diff --git a/meta/recipes-core/expat/expat.inc b/meta/recipes-core/expat/expat.inc index 067687e44a..0ee6c276d9 100644 --- a/meta/recipes-core/expat/expat.inc +++ b/meta/recipes-core/expat/expat.inc @@ -8,6 +8,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \ file://autotools.patch \ file://libtool-tag.patch \ " + +SRC_URI_append_class-native = " file://no_getrandom.patch" + inherit autotools lib_package # This package uses an archive format known to have issue with some -- cgit 1.2.3-korg