1*4882a593SmuzhiyunSUMMARY = "MBW determines the copy memory bandwidth available to userspace programs" 2*4882a593SmuzhiyunHOMEPAGE = "http://github.com/raas/mbw" 3*4882a593SmuzhiyunSECTION = "console/tests" 4*4882a593SmuzhiyunLICENSE = "LGPL-2.1-only" 5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=bbb77813272134a5c461f71abe945bef" 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunSRC_URI = "git://github.com/raas/${BPN}.git;branch=master;protocol=https" 8*4882a593Smuzhiyun 9*4882a593SmuzhiyunSRCREV = "2a15026ff65160127204881263464b1740a57198" 10*4882a593Smuzhiyun 11*4882a593SmuzhiyunPV = "1.4+git${SRCPV}" 12*4882a593Smuzhiyun 13*4882a593SmuzhiyunS = "${WORKDIR}/git" 14*4882a593Smuzhiyun 15*4882a593Smuzhiyundo_install() { 16*4882a593Smuzhiyun install -d ${D}${bindir} 17*4882a593Smuzhiyun install -m 0755 ${B}/mbw ${D}${bindir} 18*4882a593Smuzhiyun} 19