[oe-commits] Khem Raj : systemd: inherit perlnative

git version control git at git.openembedded.org
Mon Aug 8 08:53:09 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: b435cc98b3027705deeec3b92d17738a70492803
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b435cc98b3027705deeec3b92d17738a70492803

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Aug  8 14:18:06 2011 +0000

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 at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/systemd/systemd_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 44f2e7f..525e2d2 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"
 





More information about the Openembedded-commits mailing list