mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
fio: update recipe to use python3
Update fio recipe to target python3 since python2 is EOL and has been dropped from OE-Core. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
50d526d06a
commit
8ae0b846ca
@@ -11,7 +11,7 @@ LICENSE = "GPLv2"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
DEPENDS = "libaio zlib coreutils-native"
|
DEPENDS = "libaio zlib coreutils-native"
|
||||||
RDEPENDS_${PN} = "python bash"
|
RDEPENDS_${PN} = "python3-core bash"
|
||||||
|
|
||||||
PACKAGECONFIG_NUMA = "numa"
|
PACKAGECONFIG_NUMA = "numa"
|
||||||
# ARM does not currently support NUMA
|
# ARM does not currently support NUMA
|
||||||
|
|||||||
Reference in New Issue
Block a user