All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] fio: add missing build dependency on zlib
@ 2015-04-29  9:41 Dominic Sacré
  0 siblings, 0 replies; only message in thread
From: Dominic Sacré @ 2015-04-29  9:41 UTC (permalink / raw)
  To: openembedded-devel

Fixes:
| WARNING: QA Issue: fio rdepends on zlib, but it isn't a build dependency? [build-deps]

Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de>
---
 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 016b1f2..13534cc 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"
+DEPENDS = "libaio zlib"
 
 # rev for v2.2.6
 SRCREV = "f52c9691bc8c285f3445235c69acdfd6de7f9b82"
-- 
2.3.6



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-29  9:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29  9:41 [meta-oe][PATCH] fio: add missing build dependency on zlib Dominic Sacré

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.