aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/vala-terminal
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-07-20 21:53:20 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-21 08:24:41 +0200
commitb5aac68600a3f1da21485629123aecbd343f8492 (patch)
treefc986f5db8dd9827a8b7e6ac445a403ce8c3ed10 /meta-oe/recipes-support/vala-terminal
parentac8c3a3311b9faf98660845abbbe6a9a64320d98 (diff)
downloadmeta-openembedded-b5aac68600a3f1da21485629123aecbd343f8492.tar.gz
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 <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/vala-terminal')
-rw-r--r--meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb2
1 files changed, 1 insertions, 1 deletions
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"