Date: Sat, 16 Apr 2011 09:40:23 +0200

Task configure fails with the following error message.

        autoreconf: running: automake --foreign --add-missing --copy 
--force-missing --warnings=cross
        automake: unknown warning category `cross'
        autoreconf: running: gnu-configize
        autoreconf: Leaving directory `.'
        + grep '^[[:space:]]*[AI][CT]_PROG_INTLTOOL' configure.ac
        + intltoolize --copy --force --automake
        
/oe/build-minimal-uclibc/minimal-uclibc-dev/work/armv7a-oe-linux-uclibceabi/viking-0.9.6-r1/temp/run.do_configure.4334:
 line 168: intltoolize: command not found

Adding `intltool-native` to `DEPENDS` fixes this problem with 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 8ce7718..f24b859 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+"
+DEPENDS = "gpsd gtk+ intltool-native"
 LICENSE = "GPLv2"
 PRIORITY = "optional"
 PR = "r1"
-- 
1.7.4.4

Attachment: 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

Reply via email to