diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-08-08 14:18:06 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-08 10:51:52 +0200 |
commit | b435cc98b3027705deeec3b92d17738a70492803 (patch) | |
tree | 77418b2c8999e081d9319b11a23d1569d16675e7 /meta-oe/recipes-core | |
parent | e7573fb3c7a3e7e8ef0aae5acfd875fd133bf070 (diff) | |
download | meta-openembedded-b435cc98b3027705deeec3b92d17738a70492803.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | 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 44f2e7f98..525e2d245 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 | |||
14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
15 | 15 | ||
16 | PV = "git" | 16 | PV = "git" |
17 | PR = "r1" | 17 | PR = "r2" |
18 | 18 | ||
19 | inherit autotools vala | 19 | inherit autotools vala perlnative |
20 | 20 | ||
21 | SRCREV = "612e58b45b84eda7e1f2a82fdfc006f1ae421cb5" | 21 | SRCREV = "612e58b45b84eda7e1f2a82fdfc006f1ae421cb5" |
22 | 22 | ||