[oe] [PATCH 1/2] viking: add `intltool-native` to `DEPENDS`

Paul Menzel paulepanter at users.sourceforge.net
Sat Apr 16 10:50:49 UTC 2011


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 <paulepanter at users.sourceforge.net>
CC: Stanislav Brabec <utx at penguin.cz>
---
 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110416/fa599b2b/attachment-0002.sig>


More information about the Openembedded-devel mailing list