summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/qat/qat16.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-isg/common/recipes-extended/qat/qat16.inc')
-rw-r--r--meta-isg/common/recipes-extended/qat/qat16.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-isg/common/recipes-extended/qat/qat16.inc b/meta-isg/common/recipes-extended/qat/qat16.inc
index e602dbd8..822db5d8 100644
--- a/meta-isg/common/recipes-extended/qat/qat16.inc
+++ b/meta-isg/common/recipes-extended/qat/qat16.inc
@@ -14,6 +14,7 @@ PROVIDES += "virtual/qat"
14SRC_URI="https://01.org/sites/default/files/page/qatmux.l.${PV}.tgz;name=qat \ 14SRC_URI="https://01.org/sites/default/files/page/qatmux.l.${PV}.tgz;name=qat \
15 file://qat16_2.3.0-34-qat-fix-for-cross-compilation-issue.patch \ 15 file://qat16_2.3.0-34-qat-fix-for-cross-compilation-issue.patch \
16 file://qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch \ 16 file://qat16_2.3.0-34-qat-remove-local-path-from-makefile.patch \
17 file://qat16_2.3.0-34-make-sure-CFLAGS-are-correct.patch \
17 " 18 "
18 19
19COMPATIBLE_MACHINE = "crystalforest" 20COMPATIBLE_MACHINE = "crystalforest"
@@ -46,6 +47,8 @@ PARALLEL_MAKE = ""
46#To get around the double slashes in paths in QAT makefiles 47#To get around the double slashes in paths in QAT makefiles
47PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" 48PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
48 49
50EXTRA_OEMAKE_append = " CFLAGS+=-fgnu89-inline"
51
49do_unpack2() { 52do_unpack2() {
50 cd ${S}/ 53 cd ${S}/
51 tar xzvf ${ICP_DRIVER_TYPE}.L.${PV}.tar.gz 54 tar xzvf ${ICP_DRIVER_TYPE}.L.${PV}.tar.gz