mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 21:04:33 +00:00
mbw: add new recipe
The last release/tag is 1.4 but it's from 2014. So use current head for now. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ea1652319f
commit
c8992dc771
18
meta-oe/recipes-benchmark/mbw/mbw_git.bb
Normal file
18
meta-oe/recipes-benchmark/mbw/mbw_git.bb
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
SUMMARY = "MBW determines the copy memory bandwidth available to userspace programs"
|
||||||
|
HOMEPAGE = "http://github.com/raas/mbw"
|
||||||
|
SECTION = "console/tests"
|
||||||
|
LICENSE = "LGPLv2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=bbb77813272134a5c461f71abe945bef"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/raas/${BPN}.git"
|
||||||
|
|
||||||
|
SRCREV = "2a15026ff65160127204881263464b1740a57198"
|
||||||
|
|
||||||
|
PV = "1.4+git${SRCPV}"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
install -d ${D}${bindir}
|
||||||
|
install -m 0755 ${B}/mbw ${D}${bindir}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user