diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-07-13 22:59:55 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:57:33 +0200 |
commit | 00eacac42f3b676022d6a0585bb9b375f8da3f06 (patch) | |
tree | 7d631a92dd3bc30f36781727a4e195fe5d1e8d96 /meta-filesystems/recipes-utils/udevil/files/0001-udevil-0.4.3-fix-compile-with-gcc6.patch | |
parent | a246dd26a5af8f9b23a98756ce0bcfc21d91a17e (diff) | |
download | meta-openembedded-contrib-00eacac42f3b676022d6a0585bb9b375f8da3f06.tar.gz meta-openembedded-contrib-00eacac42f3b676022d6a0585bb9b375f8da3f06.tar.bz2 meta-openembedded-contrib-00eacac42f3b676022d6a0585bb9b375f8da3f06.zip |
recipes-utils: Add recipe for udevil
udevil is a command line Linux program which mounts and unmounts
removable devices without a password.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-utils/udevil/files/0001-udevil-0.4.3-fix-compile-with-gcc6.patch')
-rw-r--r-- | meta-filesystems/recipes-utils/udevil/files/0001-udevil-0.4.3-fix-compile-with-gcc6.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/udevil/files/0001-udevil-0.4.3-fix-compile-with-gcc6.patch b/meta-filesystems/recipes-utils/udevil/files/0001-udevil-0.4.3-fix-compile-with-gcc6.patch new file mode 100644 index 0000000000..355e93a37b --- /dev/null +++ b/meta-filesystems/recipes-utils/udevil/files/0001-udevil-0.4.3-fix-compile-with-gcc6.patch @@ -0,0 +1,12 @@ +Fix compilation with GCC6 + +--- a/src/device-info.c 2013-12-09 14:59:27.000000000 +0100 ++++ b/src/device-info.c 2017-03-13 07:06:25.506666680 +0100 +@@ -3,6 +3,7 @@ + * contains code excerpts from udisks v1.0.4 + ************************************************************************** */ + ++#include <sys/stat.h> + #include "device-info.h" + + static char * |