[yocto] [meta-cgl][PATCH 09/10] heartbeat: add gnutls dependency

Dmitry Eremin-Solenikov dmitry_eremin at mentor.com
Fri May 8 13:13:29 PDT 2015


Add dependency on gnutls as noted by the following QA warnings:

WARNING: QA Issue: heartbeat rdepends on nettle, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: heartbeat rdepends on gnutls, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: heartbeat rdepends on gmp, but it isn't a build dependency? [build-deps]

Both nettle and gmp are used by gnutls, so there is no point adding them
to the dependencies list -- those are indirect dependencies anyway.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com>
---
 meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.5.bb b/meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.5.bb
index 184ad22..5128c53 100644
--- a/meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.5.bb
+++ b/meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.5.bb
@@ -40,7 +40,7 @@ SRC_URI = " \
 SRC_URI[md5sum] = "396510e3c143a9c2288bc52cfc9caa3c"
 SRC_URI[sha256sum] = "085013154511f3c270b5e9a3281732dbbb9812924ae24d9c3c6db1af4dd260d0"
 S = "${WORKDIR}/Heartbeat-3-0-7e3a82377fa8/"
-DEPENDS = "cluster-glue corosync"
+DEPENDS = "cluster-glue corosync gnutls"
 inherit autotools-brokensep pkgconfig useradd
 EXTRA_OECONF = " \
     STAGING_DIR_TARGET=${STAGING_DIR_TARGET} \
-- 
2.1.4




More information about the yocto mailing list