summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2018-03-22 13:28:25 +0100
committerMartin Borg <martin.borg@enea.com>2018-04-03 14:14:50 +0200
commite391ac7eb18379967c47e9444cc1313eb7dc4c98 (patch)
treede1810fe50195a8fcaf9132fd6653662060f2089
parentf31a40902561a9ebc7aff7efb3461c4dcd92feaa (diff)
downloadmeta-el-common-e391ac7eb18379967c47e9444cc1313eb7dc4c98.tar.gz
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 <sona.sarmadi@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--recipes-graphics/harfbuzz/harfbuzz_%.bbappend4
1 files changed, 4 insertions, 0 deletions
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 @@
1# 2017-09-13 hotfix for harfbuzz build
2# Reference https://www.mail-archive.com/yocto@yoctoproject.org/msg36472.html
3
4acpaths = "-I ${STAGING_DATADIR_NATIVE}/aclocal/"