diff options
Diffstat (limited to 'meta-oe/recipes-core/systemd/systemd_git.bb')
| -rw-r--r-- | meta-oe/recipes-core/systemd/systemd_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index bdaaf1659f..32bdee9418 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb | |||
| @@ -14,14 +14,14 @@ inherit gitpkgv | |||
| 14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
| 15 | 15 | ||
| 16 | PV = "git" | 16 | PV = "git" |
| 17 | PR = "r7" | 17 | PR = "r8" |
| 18 | 18 | ||
| 19 | inherit useradd pkgconfig autotools vala perlnative | 19 | inherit useradd pkgconfig autotools vala perlnative |
| 20 | 20 | ||
| 21 | SRCREV = "f6cebb3bd5a00d79c8131637c0f6796a75e6af99" | 21 | SRCREV = "a3f914b2a21decb0c4bd7a763ddd3ace215091cb" |
| 22 | 22 | ||
| 23 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ | 23 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ |
| 24 | file://0001-disable-xsltproc-completely.patch \ | 24 | file://0001-docs-fix-build-without-xsltproc.patch \ |
| 25 | ${UCLIBCPATCHES} \ | 25 | ${UCLIBCPATCHES} \ |
| 26 | " | 26 | " |
| 27 | UCLIBCPATCHES = "" | 27 | UCLIBCPATCHES = "" |
| @@ -38,7 +38,8 @@ SYSTEMDDISTRO_angstrom = "angstrom" | |||
| 38 | 38 | ||
| 39 | # The gtk+ tools should get built as a separate recipe e.g. systemd-tools | 39 | # The gtk+ tools should get built as a separate recipe e.g. systemd-tools |
| 40 | EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ | 40 | EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ |
| 41 | --with-rootdir=${base_prefix} \ | 41 | --with-rootprefix=${base_prefix} \ |
| 42 | --with-rootlibdir=${base_libdir} \ | ||
| 42 | ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \ | 43 | ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \ |
| 43 | --disable-gtk \ | 44 | --disable-gtk \ |
| 44 | " | 45 | " |
