diff options
| author | Armin Kuster <akuster808@gmail.com> | 2015-04-05 06:07:01 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-08-03 09:06:58 -0700 |
| commit | 86a83e2e540b5900c16e2fb35aa055bf8607da90 (patch) | |
| tree | cd6ac80516b49b1fd8f7559e49c13236fb8ef79e | |
| parent | dd087f1d15c996dc5de9c7f7aaa44bbda2d6c042 (diff) | |
| download | meta-openembedded-86a83e2e540b5900c16e2fb35aa055bf8607da90.tar.gz | |
fio: Fix QA warnings
WAWARNING: QA Issue: fio rdepends on numactl, but it isn't a build dependency? [build-deps]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-benchmark/fio/fio_2.2.6.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb index 13534ccd66..82f9cd4238 100644 --- a/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb +++ b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb | |||
| @@ -10,7 +10,10 @@ SECTION = "console/tests" | |||
| 10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 12 | 12 | ||
| 13 | DEPENDS = "libaio zlib" | 13 | DEPENDS = "libaio zlib numactl" |
| 14 | |||
| 15 | # ARM does not currently support NUMA | ||
| 16 | COMPATIBLE_HOST = "^((?!arm).*)$" | ||
| 14 | 17 | ||
| 15 | # rev for v2.2.6 | 18 | # rev for v2.2.6 |
| 16 | SRCREV = "f52c9691bc8c285f3445235c69acdfd6de7f9b82" | 19 | SRCREV = "f52c9691bc8c285f3445235c69acdfd6de7f9b82" |
