mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
libostree: bump to version 2018.9.1
Bump to v2018.9 added ostree-finalize-staged.path throughac1a919ffd
However, this file was not added in the tarball until commit:62594765b2
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>
This commit is contained in:
parent
5f7db7d074
commit
45708b0dbe
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 9a3c17af133e6d381bb997473c6371ef8f048c1cfb6bd0acdb5662ede712aa5a libostree-2018.9.tar.xz
|
||||
sha256 f263cfed75dcc9e312a874d28241e7143d8a0d8c774938f2165327bae67dbe06 libostree-2018.9.1.tar.xz
|
||||
sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING
|
||||
|
@ -4,9 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBOSTREE_VERSION = 2018.9
|
||||
LIBOSTREE_VERSION_MAJOR = 2018.9
|
||||
LIBOSTREE_VERSION= $(LIBOSTREE_VERSION_MAJOR).1
|
||||
LIBOSTREE_SOURCE = libostree-$(LIBOSTREE_VERSION).tar.xz
|
||||
LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION)
|
||||
LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION_MAJOR)
|
||||
|
||||
LIBOSTREE_LICENSE = LGPL-2.0+
|
||||
LIBOSTREE_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user