From patchwork Sun May 1 20:39:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2] libgpsbt: add dbus-glib to DEPENDS Date: Sun, 01 May 2011 20:39:59 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40gmx=2Ede=3E?= X-Patchwork-Id: 3059 Message-Id: <1304282399-2932-1-git-send-email-schnitzeltony@gmx.de> To: openembedded-devel@lists.openembedded.org 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 Acked-by: Paul Menzel --- 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.