From e391ac7eb18379967c47e9444cc1313eb7dc4c98 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Thu, 22 Mar 2018 13:28:25 +0100 Subject: harfbuzz: fix error when cve-check-tool is enabled When cve-check-tool is enabled, harfbuzz intermittently fails to build: ERROR: harfbuzz-1.4.8-r0 do_configure: autoreconf execution failed. This patch could solve this issue according to the mail conversation below: https://www.mail-archive.com/yocto@yoctoproject.org/msg36472.html Signed-off-by: Sona Sarmadi Signed-off-by: Martin Borg --- recipes-graphics/harfbuzz/harfbuzz_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/harfbuzz/harfbuzz_%.bbappend diff --git a/recipes-graphics/harfbuzz/harfbuzz_%.bbappend b/recipes-graphics/harfbuzz/harfbuzz_%.bbappend new file mode 100644 index 0000000..db50df5 --- /dev/null +++ b/recipes-graphics/harfbuzz/harfbuzz_%.bbappend @@ -0,0 +1,4 @@ +# 2017-09-13 hotfix for harfbuzz build +# Reference https://www.mail-archive.com/yocto@yoctoproject.org/msg36472.html + +acpaths = "-I ${STAGING_DATADIR_NATIVE}/aclocal/" -- cgit v1.2.3-54-g00ecf