mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/libatomic_ops: bump version to 7.10.0
https://github.com/bdwgc/libatomic_ops/blob/v7.10.0/ChangeLog Switch to tarball provided by upstream which also contains autoconf'ed files so we can remove autoreconf. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
4f92439320
commit
372f0ea9ce
@@ -1,4 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 ea8295ac627646e37fd194d31535bbc02da60b908c8166c5e04d2461a53cb059 libatomic_ops-7.8.4.tar.gz
|
||||
sha256 0db3ebff755db170f65e74a64ec4511812e9ee3185c232eeffeacd274190dfb0 libatomic_ops-7.10.0.tar.gz
|
||||
sha256 969294c9324b2d360ae2a08edd5ca6f9cd754cb71b71e56bee15d2f10bb10496 LICENSE
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
||||
@@ -4,9 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBATOMIC_OPS_VERSION = 7.8.4
|
||||
LIBATOMIC_OPS_SITE = $(call github,bdwgc,libatomic_ops,v$(LIBATOMIC_OPS_VERSION))
|
||||
LIBATOMIC_OPS_AUTORECONF = YES
|
||||
LIBATOMIC_OPS_VERSION = 7.10.0
|
||||
LIBATOMIC_OPS_SITE = https://github.com/bdwgc/libatomic_ops/releases/download/v$(LIBATOMIC_OPS_VERSION)
|
||||
|
||||
# From doc/LICENSING.txt: "Our intent is to make it easy to use
|
||||
# libatomic_ops, in both free and proprietary software. Hence most
|
||||
|
||||
Reference in New Issue
Block a user