mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
package/cmocka: bump to version 2.0.0
The license file has been renamed [1].
Release notes:
https://gitlab.com/cmocka/cmocka/-/releases/cmocka-2.0.0
[1] 01cd73ee64
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
[Julien: add pgp signature comment in hash file]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
bbbc6c9d9e
commit
856d88d9a0
@@ -1,3 +1,4 @@
|
||||
# Locally computed:
|
||||
sha256 58435b558766d7f4c729ba163bdf3aec38bed3bc766dab684e3526ed0aa7c780 cmocka-1.1.8.tar.xz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 COPYING
|
||||
# Locally computed, after checking pgp signature from:
|
||||
# https://cmocka.org/files/2.0/cmocka-2.0.0.tar.xz.asc
|
||||
sha256 b5686c51ea92d142958d68e5dcb932f9bfc32cd3dd01c524f9d4aa863ebc3d9c cmocka-2.0.0.tar.xz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CMOCKA_VERSION = 1.1.8
|
||||
CMOCKA_VERSION = 2.0.0
|
||||
CMOCKA_SOURCE = cmocka-$(CMOCKA_VERSION).tar.xz
|
||||
CMOCKA_SITE = https://cmocka.org/files/1.1
|
||||
CMOCKA_SITE = https://cmocka.org/files/2.0
|
||||
CMOCKA_LICENSE = Apache-2.0
|
||||
CMOCKA_LICENSE_FILES = COPYING
|
||||
CMOCKA_LICENSE_FILES = LICENSE
|
||||
CMOCKA_INSTALL_STAGING = YES
|
||||
CMOCKA_CONF_OPTS = -DWITH_EXAMPLES=OFF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user