mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
8a6fb623bb
License-Update: Version of mbw updated to 1.5 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
526 B
BlitzBasic
19 lines
526 B
BlitzBasic
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"
|
|
|
|
SRC_URI = "git://github.com/raas/${BPN}.git;branch=master;protocol=https"
|
|
|
|
SRCREV = "d2cd3d36c353fee578f752c4e65a8c1efcee002c"
|
|
|
|
PV = "1.5"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_install() {
|
|
install -d ${D}${bindir}
|
|
install -m 0755 ${B}/mbw ${D}${bindir}
|
|
}
|