diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-07-20 21:53:20 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-21 08:24:41 +0200 |
commit | b5aac68600a3f1da21485629123aecbd343f8492 (patch) | |
tree | fc986f5db8dd9827a8b7e6ac445a403ce8c3ed10 /meta-oe/recipes-support/vala-terminal | |
parent | ac8c3a3311b9faf98660845abbbe6a9a64320d98 (diff) | |
download | meta-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.bb | 2 |
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 1900b6fcb..2549fd6d4 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}" | |||
8 | PE = "1" | 8 | PE = "1" |
9 | PR = "r1" | 9 | PR = "r1" |
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools perlnative |
12 | 12 | ||
13 | SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" | 13 | SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;protocol=git;branch=master" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |