aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-06-02 15:14:40 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-06-02 20:45:48 +0200
commit0fe0f7d5629578839192153c012a05a192dc2b41 (patch)
tree728478567f5d1750dfc2d6fe9c1815a355e7220b
parent28cb4be9d217f04d09b12d1083d816c694da575b (diff)
downloadopenembedded-0fe0f7d5629578839192153c012a05a192dc2b41.tar.gz
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@users.sourceforge.net>
-rw-r--r--recipes/gammu/gammu_1.29.0.bb2
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 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/"