aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libmtp/libmtp
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-12-28 16:17:11 +0100
committerArmin Kuster <akuster808@gmail.com>2019-01-11 08:30:33 -0800
commitcc4ed3a115acd1cadf262e56f320cec2e8e8e71e (patch)
tree1e1d3c1d1d97af8c378199fcde8105ebfb1acb18 /meta-oe/recipes-connectivity/libmtp/libmtp
parent065088f971a35db3472f5b5a477fcb024f839eee (diff)
downloadmeta-openembedded-cc4ed3a115acd1cadf262e56f320cec2e8e8e71e.tar.gz
libmtp: upgrade 1.1.5 -> 1.1.16 and rework
* fixes gvfs with libmtp in PACKAGECONFIG: | Cross dependency libmtp found: NO found '1.1.5' but need: '>= 1.1.12' | | meson.build:436:2: ERROR: Invalid version of dependency, need 'libmtp' ['>= 1.1.12'] found '1.1.5'. * license checksum changed by change of copyright year * Do not pin udev rules to old version -> let native binary create them * Install udev rules to /lib/udev (as before the update) otherwise they are ignored (From master: a4fc0577) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libmtp/libmtp')
-rw-r--r--meta-oe/recipes-connectivity/libmtp/libmtp/0001-Use-native-mtp-hotplug.patch43
1 files changed, 43 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp/0001-Use-native-mtp-hotplug.patch b/meta-oe/recipes-connectivity/libmtp/libmtp/0001-Use-native-mtp-hotplug.patch
new file mode 100644
index 0000000000..83c58061f7
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libmtp/libmtp/0001-Use-native-mtp-hotplug.patch
@@ -0,0 +1,43 @@
+From 4e8eab047a43e48bd541f2887104299fcfb99b0d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
+Date: Tue, 27 Nov 2018 12:03:20 +0100
+Subject: [PATCH] Use native mtp-hotplug
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Upstream-Status: Inappropriate [OE-specific]
+
+Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
+---
+ Makefile.am | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 7b7e06b..083e1c6 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -16,16 +16,16 @@ hwdb_DATA=69-libmtp.hwdb
+ noinst_DATA=libmtp.usermap libmtp.fdi
+
+ libmtp.usermap: util/mtp-hotplug
+- util/mtp-hotplug > libmtp.usermap
++ mtp-hotplug > libmtp.usermap
+
+ @UDEV_RULES@: util/mtp-hotplug
+- util/mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
++ mtp-hotplug -u -p"@UDEV@" @UDEV_GROUP@ @UDEV_MODE@ > @UDEV_RULES@
+
+ libmtp.fdi: util/mtp-hotplug
+- util/mtp-hotplug -H > libmtp.fdi
++ mtp-hotplug -H > libmtp.fdi
+
+ $(hwdb_DATA): util/mtp-hotplug
+- util/mtp-hotplug -w > $(hwdb_DATA)
++ mtp-hotplug -w > $(hwdb_DATA)
+
+ CLEANFILES = libmtp.usermap @UDEV_RULES@ libmtp.fdi libmtp.hwdb
+ endif
+--
+2.14.5
+