cukinia: upgrade 0.6.2 -> 0.7.0

Changes:
    cukinia: Add user is member of groups function
    cukinia: correct _ver2int output format
    cukinia: filter junitxml output to only include valid xml 1.0 chars
    cukinia: Add network interface functions
    cukinia: correct log_suite file name
    cukinia: differentiate cukinia_gpio_* tests
    cukinia_i2c: check driver
    add when/unless
    cukinia: fix bashism in result comparison
    Change license to Apache-2.0 only

GPL-3.0-only license has been removed intentionally (see changelog).

Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Enguerrand de Ribaucourt 2024-06-05 13:05:43 +02:00 committed by Khem Raj
parent 05c17b63fe
commit bfc372f8c4
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -2,14 +2,13 @@ SUMMARY = "Linux firmware validation framework"
DESCRIPTION = "Cukinia is designed to help Linux-based embedded firmware \
developers run simple system-level validation tests on their firmware."
HOMEPAGE = "https://github.com/savoirfairelinux/cukinia"
LICENSE = "GPL-3.0-only | Apache-2.0"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI = "git://github.com/savoirfairelinux/cukinia.git;protocol=https;branch=master"
SRCREV = "a290f2dbb813ce12ba407962655a5d8b57322221"
SRCREV = "be56f653743cc0e68bef81ef35df7c50ff8919c4"
S = "${WORKDIR}/git"