From patchwork Sat Apr 16 10:50:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] viking: add `intltool-native` to `DEPENDS` Date: Sat, 16 Apr 2011 10:50:49 -0000 From: Paul Menzel X-Patchwork-Id: 2413 Message-Id: <1302951049.8709.22.camel@mattotaupa> To: openembedded-devel@lists.openembedded.org 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 CC: Stanislav Brabec --- 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"