From b435cc98b3027705deeec3b92d17738a70492803 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 8 Aug 2011 14:18:06 +0000 Subject: systemd: inherit perlnative otherwise intltool fails to find XML parser module as it uses perl from build host Signed-off-by: Khem Raj Signed-off-by: Koen Kooi --- meta-oe/recipes-core/systemd/systemd_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-core/systemd/systemd_git.bb') diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 44f2e7f985..525e2d2452 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb @@ -14,9 +14,9 @@ inherit gitpkgv PKGV = "v${GITPKGVTAG}" PV = "git" -PR = "r1" +PR = "r2" -inherit autotools vala +inherit autotools vala perlnative SRCREV = "612e58b45b84eda7e1f2a82fdfc006f1ae421cb5" -- cgit 1.2.3-korg