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

Andreas Mueller schnitzeltony at gmx.de
Sun May 1 20:39:59 UTC 2011


Error message during configure was
| checking for GLIB... yes
| checking for DBUS... configure: error: Package requirements ( dbus-glib-1 >= 0.23 ) were not met:
|
| No package 'dbus-glib-1' found
|
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
|
| Alternatively, you may set the environment variables DBUS_CFLAGS
| and DBUS_LIBS to avoid the need to call pkg-config.
| See the pkg-config man page for more details.
|
NOTE: package libgpsbt-0.1-r2: task do_configure: Failed

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

diff --git a/recipes/maemo4/libgpsbt_0.1.bb b/recipes/maemo4/libgpsbt_0.1.bb
index c6c6ea6..a41501e 100644
--- a/recipes/maemo4/libgpsbt_0.1.bb
+++ b/recipes/maemo4/libgpsbt_0.1.bb
@@ -2,7 +2,7 @@ LICENSE = "nokia"
 
 PR = "r2"
 
-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