| Submitter | Paul Menzel |
|---|---|
| Date | April 16, 2011, 10:50 a.m. |
| Message ID | <1302951049.8709.22.camel@mattotaupa> |
| Download | mbox | patch |
| Permalink | /patch/2413/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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"
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@users.sourceforge.net> CC: Stanislav Brabec <utx@penguin.cz> --- recipes/viking/viking_0.9.6.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)