[oe-commits] Armin Kuster : fio: Fix QA warnings

git at git.openembedded.org git at git.openembedded.org
Wed Apr 29 19:03:33 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 8e1cefad1267bdffa7738797eac203c7c89a09d0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8e1cefad1267bdffa7738797eac203c7c89a09d0

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sun Apr  5 06:07:01 2015 -0700

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 at gmail.com>

---

 meta-oe/recipes-benchmark/fio/fio_2.2.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 13534cc..22ce6e2 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,7 @@ SECTION = "console/tests"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
 
-DEPENDS = "libaio zlib"
+DEPENDS = "libaio zlib numactl"
 
 # rev for v2.2.6
 SRCREV = "f52c9691bc8c285f3445235c69acdfd6de7f9b82"



More information about the Openembedded-commits mailing list