From b5aac68600a3f1da21485629123aecbd343f8492 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 20 Jul 2011 21:53:20 +0200 Subject: vala-terminal: inherit perlnative * otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb index 1900b6fcb5..2549fd6d44 100644 --- a/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb +++ b/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb @@ -8,7 +8,7 @@ PV = "1.1.1+gitr${SRCPV}" PE = "1" PR = "r1" -inherit autotools +inherit autotools perlnative SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" S = "${WORKDIR}/git" -- cgit 1.2.3-korg