xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/mbw/mbw_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "MBW determines the copy memory bandwidth available to userspace programs"
2HOMEPAGE = "http://github.com/raas/mbw"
3SECTION = "console/tests"
4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=bbb77813272134a5c461f71abe945bef"
6
7SRC_URI = "git://github.com/raas/${BPN}.git;branch=master;protocol=https"
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}
19