summaryrefslogtreecommitdiffstats
path: root/recipes/ostree/ostree.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ostree/ostree.bb')
-rw-r--r--recipes/ostree/ostree.bb17
1 files changed, 12 insertions, 5 deletions
diff --git a/recipes/ostree/ostree.bb b/recipes/ostree/ostree.bb
index 6e79395..5de3852 100644
--- a/recipes/ostree/ostree.bb
+++ b/recipes/ostree/ostree.bb
@@ -35,19 +35,23 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
35inherit autotools pkgconfig systemd 35inherit autotools pkgconfig systemd
36 36
37SRC_URI = " \ 37SRC_URI = " \
38 git://github.com/GNOME/ostree.git \ 38 git://github.com/ostreedev/ostree.git \
39 file://Fix-enable_rofiles_fuse-no-build.patch \
40 file://Mount-boot-partition.patch \ 39 file://Mount-boot-partition.patch \
40 file://ostree-prepare-root-enabler-for-simpler-kernel-arg.patch \
41 file://deploy-add-karg-none-argument.patch \
42 file://Support-for-booting-without-initramfs.patch \
41 file://Allow-updating-files-in-the-boot-directory.patch \ 43 file://Allow-updating-files-in-the-boot-directory.patch \
42 file://u-boot-Merge-ostree-s-and-systems-uEnv.txt.patch \ 44 file://u-boot-add-bootdir-to-the-generated-uEnv.txt.patch \
43 file://Create-firmware-convenience-symlinks.patch \ 45 file://Create-firmware-convenience-symlinks.patch \
46 file://Print-pull-progress-also-when-not-on-console.patch \
47 file://Workaround-the-SIGCHLD-handler-issue.patch \
44 " 48 "
45 49
46SRCREV = "v2016.5" 50SRCREV = "8ece4d6d51bdbe3e41ab318259276bb83e553aa0"
47 51
48S = "${WORKDIR}/git" 52S = "${WORKDIR}/git"
49 53
50DEPENDS = "glib-2.0 e2fsprogs gpgme attr libsoup-2.4 libgsystem libassuan xz systemd" 54DEPENDS = "glib-2.0 e2fsprogs gpgme attr libsoup-2.4 libassuan xz systemd"
51# Bash is needed by the shipped dracut module. This dracut module is used to generate initramfs image. 55# Bash is needed by the shipped dracut module. This dracut module is used to generate initramfs image.
52# The production image do not require bash for proper working. 56# The production image do not require bash for proper working.
53RDEPENDS_${PN} += "bash" 57RDEPENDS_${PN} += "bash"
@@ -68,6 +72,9 @@ EXTRA_OECONF = "--with-dracut \
68 --enable-gtk-doc-html=no \ 72 --enable-gtk-doc-html=no \
69 --enable-man=no \ 73 --enable-man=no \
70 --with-soup \ 74 --with-soup \
75 --with-static-prepare-root \
76 --disable-otmpfile \
77 --enable-introspection=no \
71 --enable-libsoup-client-certs" 78 --enable-libsoup-client-certs"
72 79
73do_configure_prepend() { 80do_configure_prepend() {