Skip to content

Commit 5d64db4

Browse files
committed
intltool: fix build
Intltool needs perl and the perl xml parser module. Provide both.
1 parent 289d0d5 commit 5d64db4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

recipes/devel/intltool.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
inherit: [autotools]
1+
inherit: [autotools, perl5]
22

33
metaEnvironment:
44
PKG_VERSION: "0.50.2"
55

6+
depends:
7+
- name: perl::xml-parser
8+
tools:
9+
target-toolchain: host-compat-toolchain
10+
611
checkoutSCM:
712
scm: url
813
url: http://launchpad.net/intltool/trunk/${PKG_VERSION}/+download/intltool-${PKG_VERSION}.tar.gz

0 commit comments

Comments
 (0)