From 0fe0f7d5629578839192153c012a05a192dc2b41 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 2 Jun 2011 15:14:40 +0200 Subject: 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 --- recipes/gammu/gammu_1.29.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gammu/gammu_1.29.0.bb b/recipes/gammu/gammu_1.29.0.bb index b8c88ac739..c22bb915e1 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/" -- cgit 1.2.3-korg