diff options
| -rw-r--r-- | meta-systemd/recipes-core/systemd/systemd_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb index efc2d95b6e..6deda826d9 100644 --- a/meta-systemd/recipes-core/systemd/systemd_git.bb +++ b/meta-systemd/recipes-core/systemd/systemd_git.bb | |||
| @@ -19,7 +19,7 @@ inherit gitpkgv | |||
| 19 | PKGV = "v${GITPKGVTAG}" | 19 | PKGV = "v${GITPKGVTAG}" |
| 20 | 20 | ||
| 21 | PV = "git" | 21 | PV = "git" |
| 22 | PR = "r8" | 22 | PR = "r9" |
| 23 | 23 | ||
| 24 | inherit useradd pkgconfig autotools perlnative | 24 | inherit useradd pkgconfig autotools perlnative |
| 25 | 25 | ||
| @@ -67,6 +67,7 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ | |||
| 67 | --disable-tcpwrap \ | 67 | --disable-tcpwrap \ |
| 68 | --enable-split-usr \ | 68 | --enable-split-usr \ |
| 69 | --disable-microhttpd \ | 69 | --disable-microhttpd \ |
| 70 | --without-python \ | ||
| 70 | " | 71 | " |
| 71 | 72 | ||
| 72 | # There's no docbook-xsl-native, so for the xsltproc check to false | 73 | # There's no docbook-xsl-native, so for the xsltproc check to false |
