summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/qat/qat16_2.3.0-34.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anujx.mittal@intel.com>2015-09-18 15:40:06 +0800
committerSaul Wold <sgw@linux.intel.com>2015-09-21 09:14:59 -0700
commit88a5f5857d56e4a8952a7cd7d215178a78161871 (patch)
tree8bbca1899aa7fbb241e7a82e3816f385ab6aa1fd /meta-isg/common/recipes-extended/qat/qat16_2.3.0-34.bb
parent1201a576c9bcdab3bfcf87efeb2184f0025ae53e (diff)
downloadmeta-intel-88a5f5857d56e4a8952a7cd7d215178a78161871.tar.gz
meta-isg: qat: fix strict_str* compile errors
Defines strict_str* have become obsolete and removed entirely starting from kernel v3.18. This results in errors like: error: implicit declaration of function 'strict_strtoull' [-Werror=implicit-function-declaration] Replace strict_strtoull with kstrtoull to ensure qat 2.3.0-34 compiles. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-isg/common/recipes-extended/qat/qat16_2.3.0-34.bb')
-rw-r--r--meta-isg/common/recipes-extended/qat/qat16_2.3.0-34.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-isg/common/recipes-extended/qat/qat16_2.3.0-34.bb b/meta-isg/common/recipes-extended/qat/qat16_2.3.0-34.bb
index 293323dd..d6e9af40 100644
--- a/meta-isg/common/recipes-extended/qat/qat16_2.3.0-34.bb
+++ b/meta-isg/common/recipes-extended/qat/qat16_2.3.0-34.bb
@@ -1,6 +1,7 @@
1include qat16.inc 1include qat16.inc
2 2
3SRC_URI += "file://qat16_2.3.0-34-qat-add-install-target-to-makefiles.patch \ 3SRC_URI += "file://qat16_2.3.0-34-qat-add-install-target-to-makefiles.patch \
4 file://qat16_2.3.0-34-qat-replace-strict_strtoull-with-kstrtoull.patch \
4 " 5 "
5 6
6SRC_URI[qat.md5sum] = "9614bf598bc8e7eedc8adb6d29109033" 7SRC_URI[qat.md5sum] = "9614bf598bc8e7eedc8adb6d29109033"