[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: thunar-volman: replace udev by libgudev in DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Sep 17 15:05:00 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: e0344811e87bc2e8e22327897fc85f8804347c18
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e0344811e87bc2e8e22327897fc85f8804347c18

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Thu Sep 17 00:36:44 2015 +0200

thunar-volman: replace udev by libgudev in DEPENDS

fixes:
| checking for gudev-1.0 >= 145... not found
| *** The required package gudev-1.0 was not found on your system.
| *** Please install gudev-1.0 (atleast version 145) or adjust

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb
index 6e63bef..08e6f5b 100644
--- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb
+++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Automatic management of removable drives and media for thunar"
 SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "exo glib-2.0 gtk+ libxfce4ui libxfce4util xfconf libnotify udev"
+DEPENDS = "exo glib-2.0 gtk+ libxfce4ui libxfce4util xfconf libnotify libgudev"
 
 inherit xfce
 



More information about the Openembedded-commits mailing list