From: Anuj Mittal <[email protected]> Changed qat16 to PROVIDES "virtual/qat" so we can switch between qat16 and any future revisions of qat for supported platforms.
Signed-off-by: Anuj Mittal <[email protected]> --- meta-crystalforest/recipes-extended/qat/qat16_2.3.0-34.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-crystalforest/recipes-extended/qat/qat16_2.3.0-34.bb b/meta-crystalforest/recipes-extended/qat/qat16_2.3.0-34.bb index e6556cb..83ccbfb 100644 --- a/meta-crystalforest/recipes-extended/qat/qat16_2.3.0-34.bb +++ b/meta-crystalforest/recipes-extended/qat/qat16_2.3.0-34.bb @@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "\ " PV = "2.3.0-34" DEPENDS += "zlib openssl" +PROVIDES += "virtual/qat" + SRC_URI="https://01.org/sites/default/files/page/qatmux.l.${PV}.tgz;name=qat \ file://qat16_2.3.0-34-qat-add-install-target-to-makefiles.patch \ file://qat16_2.3.0-34-qat-fix-for-cross-compilation-issue.patch \ -- 1.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
