]> code.ossystems Code Review - openembedded-core.git/commit
xxhash: backport patch to fix special char problem
authorChen Qi <Qi.Chen@windriver.com>
Mon, 24 May 2021 04:35:19 +0000 (12:35 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 May 2021 21:30:31 +0000 (22:30 +0100)
commit0f328cd36fe10e0d1d865ada45ca4f118007956c
tree72e0d9e551e24a6230c55fd818e01dd405430e01
parent27867862c1fee6c0e649286500fa1ab015d57faf
xxhash: backport patch to fix special char problem

When building nativesdk-xxhash, we get error like below.

   Makefile:422: *** configured libdir (/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib) is outside of
   exec_prefix (/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr), can't generate pkg-config file.  Stop.

This is because we have '+' in the path.

Backport a patch to fix this problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/xxhash/files/0001-Makefile-escape-special-regex-characters-in-paths.patch [new file with mode: 0644]
meta/recipes-support/xxhash/xxhash_0.8.0.bb