systemd: inherit perlnative

otherwise intltool fails to find XML parser module
as it uses perl from build host

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj
2011-08-08 14:18:06 +00:00
committed by Koen Kooi
parent e7573fb3c7
commit b435cc98b3
+2 -2
View File
@@ -14,9 +14,9 @@ inherit gitpkgv
PKGV = "v${GITPKGVTAG}" PKGV = "v${GITPKGVTAG}"
PV = "git" PV = "git"
PR = "r1" PR = "r2"
inherit autotools vala inherit autotools vala perlnative
SRCREV = "612e58b45b84eda7e1f2a82fdfc006f1ae421cb5" SRCREV = "612e58b45b84eda7e1f2a82fdfc006f1ae421cb5"