summaryrefslogtreecommitdiffstats
path: root/package/libostree
Commit message (Collapse)AuthorAgeFilesLines
* libostree: bump to version 2018.9.1Fabrice Fontaine2018-11-212-3/+4
| | | | | | | | | | | | | | | | | | Bump to v2018.9 added ostree-finalize-staged.path through https://github.com/ostreedev/ostree/commit/ac1a919ffd4fe944d06c4f4510604baa73d1bf8e However, this file was not added in the tarball until commit: https://github.com/ostreedev/ostree/commit/62594765b2fae72e332ffb21fbd11085d911ef83 So use the new 2018.9.1 tarball to get this file otherwise build with systemd will fail Fixes: - http://autobuild.buildroot.org/results/fc6435282630e60927f88bf5954805ebbaa60cb3 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libostree: add systemd optional dependencyFabrice Fontaine2018-11-211-0/+9
| | | | | | | | | This option is available since v2018.3: https://github.com/ostreedev/ostree/commit/17db0f15a79835b76ede6785120d237066c57d32 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libostree: bump to version 2018.9Marcus Folkesson2018-10-262-2/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: bump to version 2018.8Marcus Folkesson2018-08-242-2/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libostree: override path to gpg-error-configMarcus Folkesson2018-07-282-3/+6
| | | | | | | | | | | | | libostree has begun to use `gpg-error-config` in their configuration script. Point out gpg-error-config in staging dir to avoid using the one installed on the host system. Fixes: http://autobuild.buildroot.net/results/447b96e449e881cf1bd9644cda0f386aa4c75724 Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* libostree: bump to version 2018.7Marcus Folkesson2018-07-214-84/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libostree: add upstream patch to fix linking errorsMarcus Folkesson2018-07-132-0/+47
| | | | | | | | | | | | | Support for Avahi in libostree depends on some support functions from libsoup. Use its own support functions in case of libsoup is not provided. Fixes: http://autobuild.buildroot.net/results/5e5441822e2a94f8de51bfa0470aced84720ce31 [Peter: enable AUTORECONF as .am file is touched] Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: fix libsoup configure option nameMarcus Folkesson2018-06-301-2/+2
| | | | | | | | | | | | The option used by configure script is actually --with-soup/--without-soup. Fixes: http://autobuild.buildroot.net/results/cf8ab76b8ea1a555d42f0625df1d58543e88efb1/ Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libostree: bump to version 2018.6Marcus Folkesson2018-06-263-2/+37
| | | | | | | | Also, add upstream patch for not fail builds on 32bit architectures. The patch will be removed when bumping to v2018.7. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libostree: bump to version 2018.5Marcus Folkesson2018-05-112-2/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libostree: bump to version 2018.4Marcus Folkesson2018-03-232-2/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: bump to version 2018.3Marcus Folkesson2018-03-222-2/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: bump to version 2018.2Marcus Folkesson2018-02-152-2/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: bump to version 2018.1Marcus Folkesson2018-01-163-39/+2
| | | | | | | Remove patch since it is in mainline. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: add patch to fix compilation errorMarcus Folkesson2017-12-281-0/+37
| | | | | | | | | | | | | | | | Fix the following compilation error: src/libostree/ostree-repo-pull.c:1493:1: error: no previous prototype for '_ostree_repo_verify_bindings' [-Werror=missing-prototypes] The patch is submitted upstreams (8d3d14503b3105f93db635022e881e02688f2db4) and should be removed in the next version bump. Fixes: http://autobuild.buildroot.net/results/3fc91565cb2d0fabe566c109257a616bd57cb08c Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Tested-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libostree: make sure libavahi-client is builtMarcus Folkesson2017-12-281-1/+5
| | | | | | | | | | | | | Avahi support also needs libavahi-client, which is built by avahi if avahi-daemon and dbus is selected. Fixes: http://autobuild.buildroot.net/results/1edfb60add17945eabc557e1dbfb08a0ba466df9/ Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Tested-by: Matt Weber <matthew.weber@rockwellcollins.com> [Thomas: drop dependency on dbus, since libostree only needs avahi.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libostree: bump to version 2017.15Marcus Folkesson2017-12-202-2/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: depend on host-bisonMarcus Folkesson2017-12-111-1/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/9179b65a5a90d53490d9e109c45341f1104406a3 Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: bump to version 2017.14Marcus Folkesson2017-12-082-2/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libostree: change license to LGPL-2.0+Marcus Folkesson2017-12-081-1/+1
| | | | | | | The license is actually GNU LIBRARY GENERAL PUBLIC LICENSE Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: install to stagingMarcus Folkesson2017-12-071-0/+1
| | | | | | | Install the libraries to staging to be usable by other packages. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libostree: bump to version 2017.13Marcus Folkesson2017-12-032-2/+2
| | | | | Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libostree: disable manpages/documentation generationMarcus Folkesson2017-12-021-1/+6
| | | | | | | | | | | --enable-man is set to `auto` as default, which may break builds. Should fix: http://autobuild.buildroot.net/results/43c298afcea20d17bfd9638c8bbee2a912c643be/ Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libostree: new packageMarcus Folkesson2017-11-293-0/+87
OSTree is an upgrade system for Linux-based operating systems Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> [Thomas: use SPDX license code, fix license, it's GPL-2.0+ not GPL-2.0.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud