diff options
author | LiweiSong <liwei.song@windriver.com> | 2021-08-17 15:27:59 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-08-17 15:35:00 +0800 |
commit | e17ab0bde7805764be136b1d5279fe971ea99a86 (patch) | |
tree | ec0053a9a4bf10f819f065e1ca77da08e25664ae /recipes-extended/zlib-qat | |
parent | da3bacb39c0bc8d0970502237c6c5a60533a997f (diff) | |
download | meta-intel-qat-master.tar.gz |
convert to use ":" as the override instead of "_".
And update LAYERSERIES_COMPAT to "honister".
Signed-off-by: Liwei Song <liwei.song@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/zlib-qat')
-rw-r--r-- | recipes-extended/zlib-qat/zlib-qat.inc | 10 | ||||
-rw-r--r-- | recipes-extended/zlib-qat/zlib-qat_0.4.10-003.bb | 2 | ||||
-rw-r--r-- | recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/recipes-extended/zlib-qat/zlib-qat.inc b/recipes-extended/zlib-qat/zlib-qat.inc index 915c5ed..34d6176 100644 --- a/recipes-extended/zlib-qat/zlib-qat.inc +++ b/recipes-extended/zlib-qat/zlib-qat.inc | |||
@@ -17,7 +17,7 @@ DEPENDS += "cryptodev-linux pkgconfig udev" | |||
17 | 17 | ||
18 | SRC_URI = "http://www.zlib.net/zlib-${ZLIB_VERSION}.tar.gz;name=zlib \ | 18 | SRC_URI = "http://www.zlib.net/zlib-${ZLIB_VERSION}.tar.gz;name=zlib \ |
19 | " | 19 | " |
20 | SRC_URI_append_libc-musl = " file://0001-qat_zlib.h-Add-pthread.h-for-MUSL.patch" | 20 | SRC_URI:append:libc-musl = " file://0001-qat_zlib.h-Add-pthread.h-for-MUSL.patch" |
21 | 21 | ||
22 | SRC_URI[zlib.md5sum] = "44d667c142d7cda120332623eab69f40" | 22 | SRC_URI[zlib.md5sum] = "44d667c142d7cda120332623eab69f40" |
23 | SRC_URI[zlib.sha256sum] = "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d" | 23 | SRC_URI[zlib.sha256sum] = "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d" |
@@ -72,16 +72,16 @@ do_install() { | |||
72 | 72 | ||
73 | PACKAGE_BEFORE_PN = "${PN}-app" | 73 | PACKAGE_BEFORE_PN = "${PN}-app" |
74 | 74 | ||
75 | FILES_${PN} += " \ | 75 | FILES:${PN} += " \ |
76 | ${sysconfdir}/zlib_conf/ \ | 76 | ${sysconfdir}/zlib_conf/ \ |
77 | " | 77 | " |
78 | 78 | ||
79 | FILES_${PN}-app += " \ | 79 | FILES:${PN}-app += " \ |
80 | ${bindir}/* \ | 80 | ${bindir}/* \ |
81 | " | 81 | " |
82 | 82 | ||
83 | FILES_${PN}-dbg += " \ | 83 | FILES:${PN}-dbg += " \ |
84 | ${bindir}/.debug \ | 84 | ${bindir}/.debug \ |
85 | " | 85 | " |
86 | 86 | ||
87 | EXCLUDE_FROM_WORLD_core2-32-intel-common = "1" | 87 | EXCLUDE_FROM_WORLD:core2-32-intel-common = "1" |
diff --git a/recipes-extended/zlib-qat/zlib-qat_0.4.10-003.bb b/recipes-extended/zlib-qat/zlib-qat_0.4.10-003.bb index c3e623c..1ac520c 100644 --- a/recipes-extended/zlib-qat/zlib-qat_0.4.10-003.bb +++ b/recipes-extended/zlib-qat/zlib-qat_0.4.10-003.bb | |||
@@ -37,7 +37,7 @@ zlibqat_do_patch() { | |||
37 | mv ${S}/.pc ${S}/.pc-zlibqat | 37 | mv ${S}/.pc ${S}/.pc-zlibqat |
38 | } | 38 | } |
39 | 39 | ||
40 | do_install_append() { | 40 | do_install:append() { |
41 | install -m 660 ${MEM_PATH}/config/c3xxx/multi_thread_optimized/* ${D}${sysconfdir}/zlib_conf/ | 41 | install -m 660 ${MEM_PATH}/config/c3xxx/multi_thread_optimized/* ${D}${sysconfdir}/zlib_conf/ |
42 | install -m 660 ${MEM_PATH}/config/c6xx/multi_thread_optimized/* ${D}${sysconfdir}/zlib_conf/ | 42 | install -m 660 ${MEM_PATH}/config/c6xx/multi_thread_optimized/* ${D}${sysconfdir}/zlib_conf/ |
43 | } | 43 | } |
diff --git a/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb b/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb index c2de063..678d88c 100644 --- a/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb +++ b/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | |||
@@ -75,6 +75,6 @@ do_install() { | |||
75 | } | 75 | } |
76 | 76 | ||
77 | # module.bbclass will reset FILES variable | 77 | # module.bbclass will reset FILES variable |
78 | FILES_${PN} += " \ | 78 | FILES:${PN} += " \ |
79 | ${sysconfdir}/zlib_conf/ \ | 79 | ${sysconfdir}/zlib_conf/ \ |
80 | " | 80 | " |