Re: [yocto] XSLT-CONFIG ERROR

2019-02-04 Thread Chuck Wolber
You have to refactor the Icecast bitbake recipe to use pkg-config instead of xslt-config. This patch might give you some ideas: meta/recipes-devtools/swig/swig/0001-configure-use-pkg -config-for-pcre-detection.patch I patched modsecurity to fix the same issue. It mostly works, but their build fai

[yocto] XSLT-CONFIG ERROR

2019-02-04 Thread Igor Miranda
Hey guys, I'm trying to compile the Icecast, but I'm getting the xslt-config error, which says that I need to change to pkg-config, but I dont know how to do this. Should I do a patch? Or its more easy to change something in the Yocto to enable the use of the xslt-config? If I need to use a patch,