diff options
| author | Anton Gerasimov <anton.gerasimov@openmailbox.org> | 2018-01-08 14:41:22 +0100 |
|---|---|---|
| committer | Anton Gerasimov <anton.gerasimov@openmailbox.org> | 2018-01-08 14:41:22 +0100 |
| commit | eed239d897045a93d69461b7c093c9c928518f5f (patch) | |
| tree | ca4889899d5defe9eba621bd1ee1a0c200ff83e4 /recipes-sota/ostree/ostree_git.bb | |
| parent | d912df6ec53893f49c9cf5626c137bae099895e8 (diff) | |
| download | meta-updater-eed239d897045a93d69461b7c093c9c928518f5f.tar.gz | |
Delete dependency on libsoup
It makes supporting different platforms somewhat easier
Diffstat (limited to 'recipes-sota/ostree/ostree_git.bb')
| -rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 724976a..9ef4478 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
| @@ -6,7 +6,8 @@ inherit autotools-brokensep pkgconfig systemd gobject-introspection | |||
| 6 | 6 | ||
| 7 | INHERIT_remove_class-native = "systemd" | 7 | INHERIT_remove_class-native = "systemd" |
| 8 | 8 | ||
| 9 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" | 9 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master \ |
| 10 | file://0001-Allow-building-without-libsoup.patch" | ||
| 10 | 11 | ||
| 11 | SRCREV="ae61321046ad7f4148a5884c8c6c8b2594ff840e" | 12 | SRCREV="ae61321046ad7f4148a5884c8c6c8b2594ff840e" |
| 12 | 13 | ||
| @@ -16,14 +17,14 @@ S = "${WORKDIR}/git" | |||
| 16 | 17 | ||
| 17 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
| 18 | 19 | ||
| 19 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs gtk-doc-native curl xz" | 20 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse e2fsprogs gtk-doc-native curl xz" |
| 20 | DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" | 21 | DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" |
| 21 | DEPENDS_remove_class-native = "systemd-native" | 22 | DEPENDS_remove_class-native = "systemd-native" |
| 22 | 23 | ||
| 23 | RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap bash" | 24 | RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap bash" |
| 24 | RDEPENDS_${PN}_remove_class-native = "python-native" | 25 | RDEPENDS_${PN}_remove_class-native = "python-native" |
| 25 | 26 | ||
| 26 | EXTRA_OECONF = "--with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man --with-smack --with-builtin-grub2-mkconfig --with-curl" | 27 | EXTRA_OECONF = "CFLAGS='-Wno-error=missing-prototypes' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man --with-smack --with-builtin-grub2-mkconfig --with-curl --without-soup" |
| 27 | EXTRA_OECONF_append_class-native = " --enable-wrpseudo-compat" | 28 | EXTRA_OECONF_append_class-native = " --enable-wrpseudo-compat" |
| 28 | 29 | ||
| 29 | # Path to ${prefix}/lib/ostree/ostree-grub-generator is hardcoded on the | 30 | # Path to ${prefix}/lib/ostree/ostree-grub-generator is hardcoded on the |
