[oe] [PATCH] libgpsbt: add dbus-glib to DEPENDS

Andreas Mueller schnitzeltony at gmx.de
Sat Apr 30 12:32:08 UTC 2011


During performance tests with BB_NUMBER_THREADS > 10
libgpsbt failed with

| /home/Superandy/tmp/sysroots/x86_64-linux/usr/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/4.5.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -ldbus-glib-1
| collect2: ld returned 1 exit status
| make[1]: *** [libgpsbt.la] Error 1
| make[1]: Leaving directory `/home/Superandy/tmp/work/armv7a-angstrom-linux-gnueabi/libgpsbt-0.1-r2/libgpsbt-0.1'
| make: *** [all] Error 2
| + die 'oe_runmake failed'
| + oefatal 'oe_runmake failed'
| + echo FATAL: 'oe_runmake failed'
| FATAL: oe_runmake failed
| + exit 1
...
ERROR: '/home/Superandy/data/OpenEmbedded/gumstix-oe/recipes/maemo4/libgpsbt_0.1.bb' failed

Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>
---
 recipes/maemo4/libgpsbt_0.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/maemo4/libgpsbt_0.1.bb b/recipes/maemo4/libgpsbt_0.1.bb
index c6c6ea6..d199379 100644
--- a/recipes/maemo4/libgpsbt_0.1.bb
+++ b/recipes/maemo4/libgpsbt_0.1.bb
@@ -1,8 +1,8 @@
 LICENSE = "nokia"
 
-PR = "r2"
+PR = "r3"
 
-DEPENDS = "libgpsmgr dbus"
+DEPENDS = "libgpsmgr dbus dbus-glib"
 
 # This is proprietary software in Chinook, so we have to stay with the last released
 # free version.
-- 
1.7.4.4





More information about the Openembedded-devel mailing list