diff options
author | Sona Sarmadi <sona.sarmadi@enea.com> | 2018-03-22 13:28:25 +0100 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2018-04-03 14:14:50 +0200 |
commit | e391ac7eb18379967c47e9444cc1313eb7dc4c98 (patch) | |
tree | de1810fe50195a8fcaf9132fd6653662060f2089 /recipes-graphics | |
parent | f31a40902561a9ebc7aff7efb3461c4dcd92feaa (diff) | |
download | meta-nfv-access-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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/harfbuzz/harfbuzz_%.bbappend | 4 |
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 | |||
4 | acpaths = "-I ${STAGING_DATADIR_NATIVE}/aclocal/" | ||