blob: 5ed726d9b7a9833167d8bb0e81e1854940317313 [file] [log] [blame]
Patrick Williams213cb262021-08-07 19:21:33 -05001SUMMARY = "MBW determines the copy memory bandwidth available to userspace programs"
2HOMEPAGE = "http://github.com/raas/mbw"
3SECTION = "console/tests"
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=bbb77813272134a5c461f71abe945bef"
6
7SRC_URI = "git://github.com/raas/${BPN}.git"
8
9SRCREV = "2a15026ff65160127204881263464b1740a57198"
10
11PV = "1.4+git${SRCPV}"
12
13S = "${WORKDIR}/git"
14
15do_install() {
16 install -d ${D}${bindir}
17 install -m 0755 ${B}/mbw ${D}${bindir}
18}