summaryrefslogtreecommitdiffstats
path: root/package/eudev/0002-src-shared-missing.h-fix-getrandom-system-call-numbe.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/eudev: bump version to 3.2.1Bernd Kuhls2016-12-121-64/+0
| | | | | | | | Remove patch 0002 applied upstream: https://github.com/gentoo/eudev/commit/4f3b8298fb55a7a591831cf71067bc160cd60599 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* eudev: add patch to fix getrandom() system call on ARM64Thomas Petazzoni2016-08-041-0/+64
When the kernel headers in the toolchain don't provide __NR_getrandom, eudev has a predefined set of values. However, the provided value for ARM64 is incorrect, and causes a runtime problem on this architecture when old kernel headers (not providing __NR_getrandom) are used. This commit adds a patch to eudev to fix this issue. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Kevin Hilman <khilman@baylibre.com>
OpenPOWER on IntegriCloud