| Submitter | Khem Raj |
|---|---|
| Date | Aug. 8, 2011, 6:18 a.m. |
| Message ID | <1312784286-3163-1-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/9499/ |
| State | New, archived |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 08-08-11 08:18, Khem Raj schreef: > otherwise intltool fails to find XML parser module as it uses perl from build host > > Signed-off-by: Khem Raj <raj.khem@gmail.com> Applied, thanks > --- 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" > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFOP7JkMkyGM64RGpERAj/LAJ0V4RjF7qSiIKQ4BgYz6Xh9gsKbBwCgnpS+ R55BpIfAk4ZnNrg/uOiI7t4= =/rZk -----END PGP SIGNATURE-----
Patch
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"
otherwise intltool fails to find XML parser module as it uses perl from build host Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-core/systemd/systemd_git.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)