[oe-commits] Paul Menzel : gammu: add `curl` to `DEPENDS`

git version control git at git.openembedded.org
Thu Jun 2 20:01:31 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 0fe0f7d5629578839192153c012a05a192dc2b41
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=0fe0f7d5629578839192153c012a05a192dc2b41

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Thu Jun  2 15:14:40 2011 +0200

gammu: add `curl` to `DEPENDS`

Task compile failed with the following error message [1].

        Linking C executable gammu
        /oe/build-angstrom-next/angstrom-dev/sysroots/i686-linux/usr/lib/libcurl.so: could not read symbols: File in wrong format
        collect2: ld returned 1 exit status
        make[3]: *** [gammu/gammu] Error 1

Adding `curl` to `DEPENDS` as suggested by Stanislav [2] fixes this problem. This patch is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`.

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-June/033194.html
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-June/033197.html

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 recipes/gammu/gammu_1.29.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gammu/gammu_1.29.0.bb b/recipes/gammu/gammu_1.29.0.bb
index b8c88ac..c22bb91 100644
--- a/recipes/gammu/gammu_1.29.0.bb
+++ b/recipes/gammu/gammu_1.29.0.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "GNU All Mobile Managment Utilities"
 SECTION = "console/network"
-DEPENDS = "bluez-libs cmake-native python mysql"
+DEPENDS = "bluez-libs cmake-native curl python mysql"
 RDEPENDS_python-${PN} = "python-core"
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gammu.org/"





More information about the Openembedded-commits mailing list