summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-14 11:06:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 22:15:58 +0100
commit960a653e0ca0a1fac5708974b6f0f1ae94430ebe (patch)
tree30d0c3af7834c388f7764449b8e36969da67f01e /meta/recipes-core/expat/expat.inc
parent3f97cd3514f3e6025788ab7d6eec586fb7ac542f (diff)
downloadpoky-960a653e0ca0a1fac5708974b6f0f1ae94430ebe.tar.gz
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. (From OE-Core rev: da9ac8092497c3f2c246d3534f47e42cb2d9e4e8) (From OE-Core rev: 450942db7f4638eba7ec262901fe1d7e1b1f6070) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/expat/expat.inc')
-rw-r--r--meta/recipes-core/expat/expat.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/expat/expat.inc b/meta/recipes-core/expat/expat.inc
index 9fa0ca2eb3..8bfd0bf26c 100644
--- a/meta/recipes-core/expat/expat.inc
+++ b/meta/recipes-core/expat/expat.inc
@@ -7,6 +7,9 @@ LICENSE = "MIT"
7SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \ 7SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \
8 file://autotools.patch \ 8 file://autotools.patch \
9 " 9 "
10
11SRC_URI_append_class-native = " file://no_getrandom.patch"
12
10inherit autotools lib_package 13inherit autotools lib_package
11 14
12# This package uses an archive format known to have issue with some 15# This package uses an archive format known to have issue with some