Skip to content

Commit

Permalink
mbw: upgrade 1.5 -> 2.0
Browse files Browse the repository at this point in the history
License-Update:
 Update spec file with new license:
 from LGPLv2.1 to GPL-3.0-or-later

Changelog:
===========
Merge pull request openembedded#17 from raas/add-license-1
Add LICENSE, GPL v3.0

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Apr 24, 2023
1 parent 8286524 commit 33852a1
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 33852a1

Please sign in to comment.