diff options
| author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-01-28 14:54:46 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-28 11:31:04 -0800 |
| commit | 8ae0b846cac3ba0e4500508a1cfa4839cc3f0cf7 (patch) | |
| tree | 7fa5fbeb264a75b1116f06341b25d21f8020a9a6 | |
| parent | 50d526d06a742fa69ff698d7c2eefffb56e13afa (diff) | |
| download | meta-openembedded-8ae0b846cac3ba0e4500508a1cfa4839cc3f0cf7.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-benchmark/fio/fio_3.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.17.bb b/meta-oe/recipes-benchmark/fio/fio_3.17.bb index e41c21d1e2..5a9cc8334c 100644 --- a/meta-oe/recipes-benchmark/fio/fio_3.17.bb +++ b/meta-oe/recipes-benchmark/fio/fio_3.17.bb | |||
| @@ -11,7 +11,7 @@ LICENSE = "GPLv2" | |||
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 12 | 12 | ||
| 13 | DEPENDS = "libaio zlib coreutils-native" | 13 | DEPENDS = "libaio zlib coreutils-native" |
| 14 | RDEPENDS_${PN} = "python bash" | 14 | RDEPENDS_${PN} = "python3-core bash" |
| 15 | 15 | ||
| 16 | PACKAGECONFIG_NUMA = "numa" | 16 | PACKAGECONFIG_NUMA = "numa" |
| 17 | # ARM does not currently support NUMA | 17 | # ARM does not currently support NUMA |
