aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-24 11:21:25 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-23 21:55:52 -0700
commit33852a1f26ce839b59f9665124b457a8fb6b06bf (patch)
treef881a54d3c807f1e530369595756628143c5dd19 /meta-oe/recipes-benchmark
parent8286524f1f72d4ea1be506051146f2db8b0408b5 (diff)
downloadmeta-openembedded-contrib-33852a1f26ce839b59f9665124b457a8fb6b06bf.tar.gz
mbw: upgrade 1.5 -> 2.0
License-Update: Update spec file with new license: from LGPLv2.1 to GPL-3.0-or-later Changelog: =========== Merge pull request #17 from raas/add-license-1 Add LICENSE, GPL v3.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/mbw/mbw_2.0.bb (renamed from meta-oe/recipes-benchmark/mbw/mbw_git.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-benchmark/mbw/mbw_git.bb b/meta-oe/recipes-benchmark/mbw/mbw_2.0.bb
index cfdcfeb9b6..bb8c4625d5 100644
--- a/meta-oe/recipes-benchmark/mbw/mbw_git.bb
+++ b/meta-oe/recipes-benchmark/mbw/mbw_2.0.bb
@@ -1,14 +1,12 @@
SUMMARY = "MBW determines the copy memory bandwidth available to userspace programs"
HOMEPAGE = "http://github.com/raas/mbw"
SECTION = "console/tests"
-LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=34d71e08e6337a8411d82d7dd0c54fe2"
+LICENSE = "GPL-3.0-or-later"
+LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=9ead6bd5826678fcfe229a3cf7257c56"
SRC_URI = "git://github.com/raas/${BPN}.git;branch=master;protocol=https"
-SRCREV = "d2cd3d36c353fee578f752c4e65a8c1efcee002c"
-
-PV = "1.5"
+SRCREV = "c3155b544a5065e8235508059c6512af6c46bd4d"
S = "${WORKDIR}/git"