vala-terminal: inherit perlnative
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 20 Jul 2011 19:53:20 +0000 (21:53 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:14:03 +0000 (08:14 -0800)
* 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

(From meta-openembedded rev: b5aac68600a3f1da21485629123aecbd343f8492)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb

index 1900b6f..2549fd6 100644 (file)
@@ -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"