]> code.ossystems Code Review - openembedded-core.git/commit
util-linux-native: Avoid use of getrandom
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Aug 2017 14:20:39 +0000 (15:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Aug 2017 23:01:45 +0000 (00:01 +0100)
commit95e31e4b15573eb1cbeb4ff1d0903c5141b84d54
tree0c3a36e97259de6539c23b48fa644c7f542caf4d
parent92bda0024d85ae78345665cc2f9646c9881ed61b
util-linux-native: Avoid use of getrandom

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 <richard.purdie@linuxfoundation.org>
meta/recipes-core/util-linux/util-linux/no_getrandom.patch [new file with mode: 0644]
meta/recipes-core/util-linux/util-linux_2.30.bb