package/eudev: Fix monitor starting for kernels w/o CONFIG_SHMEM
authorJoel Stanley <joel@jms.id.au>
Mon, 10 Feb 2020 06:47:42 +0000 (17:17 +1030)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 Feb 2020 22:13:17 +0000 (23:13 +0100)
commit1b81eb7d04f161cdee7cd59d4443e84401ac88ef
tree331c3fb5505f545538001037ec3d430f2c6ab790
parenta238035ce49b2a4b53b2786493023b2c819f308e
package/eudev: Fix monitor starting for kernels w/o CONFIG_SHMEM

When the kernel has CONFIG_SHMEM disabled, /dev is a ramfs (instead of a
tmpfs) and the name_to_handle_at system call is not supported. This
causes eudev's monitor application to exit on startup.

Upstream eudev has added this fix which is not yet part of a release.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/eudev/0001-src-libudev-libudev-monitor.c-do-not-check-if-dev-is.patch [new file with mode: 0644]