[oe-commits] Andreas Mueller : libgpsbt: add dbus-glib to DEPENDS

git version control git at git.openembedded.org
Thu May 5 20:01:50 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 54c90c53bd4f0b02869de057407f0f5610ece260
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=54c90c53bd4f0b02869de057407f0f5610ece260

Author: Andreas Mueller <schnitzeltony at gmx.de>
Date:   Sun May  1 22:39:59 2011 +0200

libgpsbt: add dbus-glib to DEPENDS

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

Build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`.

Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>
Acked-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 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.





More information about the Openembedded-commits mailing list