From: Anuj Mittal <[email protected]> Made zlib-qat DEPENDS on virtual/qat. This allows us to switch between highland forest and crystal forest platforms.
Signed-off-by: Anuj Mittal <[email protected]> Acked-by: Ong Boon Leong <[email protected]> Signed-off-by: Darren Hart <[email protected]> (cherry picked from commit 11cbe728ec6ce65ea8df08752cb6b0cabed62da0) Signed-off-by: Anuj Mittal <[email protected]> --- meta-crystalforest/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-crystalforest/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb b/meta-crystalforest/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb index e2d2c45..eb209b1 100644 --- a/meta-crystalforest/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb +++ b/meta-crystalforest/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/zlib-${ZLIB_VERSION}/zlib.h;beginline=4;en # For target side versions of openssl enable support for OCF Linux driver # if they are available. -DEPENDS += "cryptodev-linux pkgconfig qat16" +DEPENDS += "cryptodev-linux pkgconfig virtual/qat" SRC_URI = "http://www.zlib.net/zlib-${ZLIB_VERSION}.tar.gz;name=zlib \ https://01.org/sites/default/files/page/zlib_shim_0.4.7-002_withdocumentation.zip;name=zlibqat \ -- 1.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
