meta-intel/meta-isg/common/recipes-extended/qat/qat16_2.3.0-34.bb
Anuj Mittal 88a5f5857d 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>
2015-09-21 09:14:59 -07:00

9 lines
346 B
BlitzBasic

include qat16.inc
SRC_URI += "file://qat16_2.3.0-34-qat-add-install-target-to-makefiles.patch \
file://qat16_2.3.0-34-qat-replace-strict_strtoull-with-kstrtoull.patch \
"
SRC_URI[qat.md5sum] = "9614bf598bc8e7eedc8adb6d29109033"
SRC_URI[qat.sha256sum] = "1f9708de3c132258eaa488c82760f374b6b6838c85cafef2e8c61034fe0f7031"