diff options
-rw-r--r-- | meta-oe/recipes-extended/ostree/ostree_2019.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2019.5.bb b/meta-oe/recipes-extended/ostree/ostree_2019.5.bb index ac1e490480..efbbeb6a50 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2019.5.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2019.5.bb | |||
@@ -38,7 +38,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+)" | |||
38 | 38 | ||
39 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
40 | 40 | ||
41 | inherit autotools bash-completion gobject-introspection gtk-doc pkgconfig ptest-gnome systemd | 41 | inherit autotools bash-completion gobject-introspection gtk-doc manpages pkgconfig ptest-gnome systemd |
42 | 42 | ||
43 | # Package configuration - match ostree defaults, but without rofiles-fuse | 43 | # Package configuration - match ostree defaults, but without rofiles-fuse |
44 | # otherwise we introduce a dependendency on meta-filesystems | 44 | # otherwise we introduce a dependendency on meta-filesystems |
@@ -63,7 +63,7 @@ PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut" | |||
63 | PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls" | 63 | PACKAGECONFIG[gnutls] = "--with-crypto=gnutls, , gnutls" |
64 | PACKAGECONFIG[libarchive] = "--with-libarchive, --without-libarchive, libarchive" | 64 | PACKAGECONFIG[libarchive] = "--with-libarchive, --without-libarchive, libarchive" |
65 | PACKAGECONFIG[libmount] = "--with-libmount, --without-libmount, util-linux" | 65 | PACKAGECONFIG[libmount] = "--with-libmount, --without-libmount, util-linux" |
66 | PACKAGECONFIG[man] = "--enable-man, --disable-man, libxslt-native docbook-xsl-stylesheets-native" | 66 | PACKAGECONFIG[manpages] = "--enable-man, --disable-man, libxslt-native docbook-xsl-stylesheets-native" |
67 | PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio" | 67 | PACKAGECONFIG[mkinitcpio] = "--with-mkinitcpio, --without-mkinitcpio" |
68 | PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2" | 68 | PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2" |
69 | PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl" | 69 | PACKAGECONFIG[openssl] = "--with-crypto=openssl, , openssl" |