summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb')
-rw-r--r--common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb b/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb
index d46e5fe4..f5b247b2 100644
--- a/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb
+++ b/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb
@@ -22,6 +22,7 @@ SRC_URI = "http://www.zlib.net/zlib-${ZLIB_VERSION}.tar.gz;name=zlib \
22 file://zlib-qat-0.4.7-002-zlib-qat-add-a-install-target-to-makefile.patch \ 22 file://zlib-qat-0.4.7-002-zlib-qat-add-a-install-target-to-makefile.patch \
23 file://zlib-qat-0.4.7-002-zlib-Remove-rpaths-from-makefile.patch \ 23 file://zlib-qat-0.4.7-002-zlib-Remove-rpaths-from-makefile.patch \
24 " 24 "
25SRC_URI_append_libc-musl = " file://0001-qat_zlib.h-Add-pthread.h-for-MUSL.patch"
25 26
26SRC_URI[zlib.md5sum] = "44d667c142d7cda120332623eab69f40" 27SRC_URI[zlib.md5sum] = "44d667c142d7cda120332623eab69f40"
27SRC_URI[zlib.sha256sum] = "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d" 28SRC_URI[zlib.sha256sum] = "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d"
@@ -81,6 +82,9 @@ python do_patch() {
81 bb.build.exec_func('patch_do_patch', d) 82 bb.build.exec_func('patch_do_patch', d)
82} 83}
83 84
85#addtask zlibqat_patch after do_prepare_recipe_sysroot before patch_do_patch
86#addtask do_zlibqat_patch after do_prepare_recipe_sysroot before do_configure
87
84do_configure() { 88do_configure() {
85 ./configure --prefix=${prefix} --shared --libdir=${libdir} 89 ./configure --prefix=${prefix} --shared --libdir=${libdir}
86} 90}