[oe-commits] [meta-openembedded] 12/23: recipes-utils: Add recipe for udevil

git at git.openembedded.org git at git.openembedded.org
Tue Jul 11 09:31:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit fbdc222085da1bf17a4544c08d57b01e1782ddf2
Author: Krzysztof Kozlowski <krzk at kernel.org>
AuthorDate: Sun Jul 9 18:29:34 2017 +0200

    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 at kernel.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../0001-udevil-0.4.3-fix-compile-with-gcc6.patch  | 12 ++++++++++
 .../recipes-utils/udevil/udevil_0.4.4.bb           | 28 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

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 0000000..355e93a
--- /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 *
diff --git a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb
new file mode 100644
index 0000000..4ad4a09
--- /dev/null
+++ b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb
@@ -0,0 +1,28 @@
+SUMMARY = "A command line Linux program which mounts and unmounts removable devices"
+HOMEPAGE = "http://ignorantguru.github.io/udevil/"
+
+DEPENDS = "glib-2.0 \
+           glib-2.0-native \
+           intltool-native \
+           udev \
+"
+RDEPENDS_${PN} = "glib-2.0 \
+                  udev \
+"
+
+LICENSE = "GPL-3.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+inherit autotools pkgconfig systemd
+
+SRC_URI = "https://github.com/IgnorantGuru/udevil/raw/pkg/${PV}/udevil-${PV}.tar.xz \
+           file://0001-udevil-0.4.3-fix-compile-with-gcc6.patch \
+"
+
+SRC_URI[md5sum] = "dc1c489b603a0500a04dc7e1805ac1d9"
+SRC_URI[sha256sum] = "ce8c51fd4d589cda7be56e75b42188deeb258c66fc911a9b3a70a3945c157739"
+
+SYSTEMD_SERVICE_${PN} = "devmon at .service"
+SYSTEMD_AUTO_ENABLE = "disable"
+
+FILES_${PN} += " ${libdir}/systemd/system/devmon at .service"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list