mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
stress-ng: upgrade 0.15.00 -> 0.15.01
libbsd is required for splay tree macros in tree.h (From OE-Core rev: 898692284f4710c0993ba0fbf7cadba6b8ea5ca0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c4e7162d81
commit
3667c83d2a
@@ -6,10 +6,10 @@ LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master"
|
||||
SRCREV = "91ec6bccd7e94fd04674b29e081e579710b97d71"
|
||||
SRCREV = "8c7c3d95555c50148470553b55477db895a4f1ad"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "coreutils-native"
|
||||
DEPENDS = "coreutils-native libbsd"
|
||||
|
||||
PROVIDES = "stress"
|
||||
RPROVIDES:${PN} = "stress"
|
||||
Reference in New Issue
Block a user