All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][fido][PATCH] fio: add missing build dependency on zlib
@ 2015-04-29  9:42 Dominic Sacré
  2015-07-21 14:41 ` akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Dominic Sacré @ 2015-04-29  9:42 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] 2+ messages in thread

* Re: [meta-oe][fido][PATCH] fio: add missing build dependency on zlib
  2015-04-29  9:42 [meta-oe][fido][PATCH] fio: add missing build dependency on zlib Dominic Sacré
@ 2015-07-21 14:41 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2015-07-21 14:41 UTC (permalink / raw)
  To: openembedded-devel

merged to staging

- armin

On 04/29/2015 02:42 AM, Dominic Sacré wrote:
> 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"
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-21 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29  9:42 [meta-oe][fido][PATCH] fio: add missing build dependency on zlib Dominic Sacré
2015-07-21 14:41 ` akuster808

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.