Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/eudev: bump version to 3.2.1 | Bernd Kuhls | 2016-12-12 | 1 | -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 ARM64 | Thomas Petazzoni | 2016-08-04 | 1 | -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> |