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/zlib-qat_0.4.10-003.bb | |
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/zlib-qat_0.4.10-003.bb')
-rw-r--r-- | recipes-extended/zlib-qat/zlib-qat_0.4.10-003.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | } |