Igalia / meta-webkit

Yocto / OpenEmbedded layer for WebKit based engines and browsers
MIT License
127 stars 71 forks source link

wpewebkit: make it compatible with yocto ccache #246

Closed dwrobel closed 3 years ago

dwrobel commented 3 years ago

Make wpewebkit compatible with ccache enabled in local.conf:

INHERIT += "ccache"

Fixes the ccache error: ccache: error: Recursive invocation (the name of the ccache binary must be "ccache")

Signed-off-by: Damian Wrobel dwrobel@ertelnet.rybnik.pl

philn commented 3 years ago

LGTM