From patchwork Sat Apr 30 12:32:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libgpsbt: add dbus-glib to DEPENDS Date: Sat, 30 Apr 2011 12:32:08 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40gmx=2Ede=3E?= X-Patchwork-Id: 3043 Message-Id: <1304166728-3002-1-git-send-email-schnitzeltony@gmx.de> To: openembedded-devel@lists.openembedded.org 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 Acked-by: Paul Menzel Acked-by: Paul Menzel --- 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.