summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb (renamed from meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb b/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb
index 1bcfb0a9bf..e3424d019e 100644
--- a/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb
+++ b/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb
@@ -2,14 +2,13 @@ SUMMARY = "Linux firmware validation framework"
2DESCRIPTION = "Cukinia is designed to help Linux-based embedded firmware \ 2DESCRIPTION = "Cukinia is designed to help Linux-based embedded firmware \
3developers run simple system-level validation tests on their firmware." 3developers run simple system-level validation tests on their firmware."
4HOMEPAGE = "https://github.com/savoirfairelinux/cukinia" 4HOMEPAGE = "https://github.com/savoirfairelinux/cukinia"
5LICENSE = "GPL-3.0-only | Apache-2.0" 5LICENSE = "Apache-2.0"
6 6
7LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ 7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
8 file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
9 8
10SRC_URI = "git://github.com/savoirfairelinux/cukinia.git;protocol=https;branch=master" 9SRC_URI = "git://github.com/savoirfairelinux/cukinia.git;protocol=https;branch=master"
11 10
12SRCREV = "a290f2dbb813ce12ba407962655a5d8b57322221" 11SRCREV = "be56f653743cc0e68bef81ef35df7c50ff8919c4"
13 12
14S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
15 14