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

git at git.openembedded.org git at git.openembedded.org
Fri Sep 18 11:06:16 UTC 2015


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

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

libmbim: replace udev by libgudev in DEPENDS

fixes:
| checking for LIBMBIM_GLIB... no
| configure: error: Package requirements (glib-2.0 >= 2.32
|                   gobject-2.0
|                   gio-2.0
|                   gio-unix-2.0
|                   gudev-1.0 >= 147) were not met:
|
| No package 'gudev-1.0' found

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

---

 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
index 4364bb0..f1ecce5 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
     file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
 "
 
-DEPENDS = "glib-2.0 udev"
+DEPENDS = "glib-2.0 libgudev"
 
 inherit autotools pkgconfig
 



More information about the Openembedded-commits mailing list