Date: Sat, 16 Apr 2011 12:39:23 +0200 Task configure fails with the following error.
checking for gawk... (cached) gawk
checking for curl-config... no
checking whether libcurl is usable... no
configure: error: libcurl is needed but not found
Adding `curl` to `DEPENDS` fixes this problem and was tested using the
following configuration.
Build Configuration:
BB_VERSION = "1.12.0"
METADATA_BRANCH = "viking"
METADATA_REVISION = "b78f877"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "minimal"
DISTRO_VERSION = "dev-snapshot-20110416"
TARGET_FPU = "hard"
Signed-off-by: Paul Menzel <[email protected]>
CC: Stanislav Brabec <[email protected]>
---
recipes/viking/viking_0.9.6.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/viking/viking_0.9.6.bb b/recipes/viking/viking_0.9.6.bb
index f24b859..13d9801 100644
--- a/recipes/viking/viking_0.9.6.bb
+++ b/recipes/viking/viking_0.9.6.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "program to manage GPS data"
HOMEPAGE = "http://viking.sourceforge.net/"
SECTION = "x11/applications"
-DEPENDS = "gpsd gtk+ intltool-native"
+DEPENDS = "curl gpsd gtk+ intltool-native"
LICENSE = "GPLv2"
PRIORITY = "optional"
PR = "r1"
--
1.7.4.4
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
