mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
Building with musl currently fails. The fix has been committed upstream, so backport it. Note that it requires running yacc again to regenerate the parser file, so a bison-native dependency is needed. Also the upstream's configure step creates the directory where the parser file is generated at make-dist time, and for some reason running through bitbake does not create it, so do it manually. All of this can be reverted once a new swig version that includes the fix is released and rebased onto. (From OE-Core rev: 92d23674587fb9c6634b9ba88b8399b0ec40bd1c) Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
651 B
BlitzBasic
13 lines
651 B
BlitzBasic
require ${BPN}.inc
|
|
|
|
SRC_URI += "file://0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch \
|
|
file://0001-configure-use-pkg-config-for-pcre-detection.patch \
|
|
file://0001-Add-Node-7.x-aka-V8-5.2-support.patch \
|
|
file://swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch \
|
|
file://Python-Fix-new-GCC8-warnings-in-generated-code.patch \
|
|
file://0001-Fix-generated-code-for-constant-expressions-containi.patch \
|
|
"
|
|
SRC_URI[md5sum] = "82133dfa7bba75ff9ad98a7046be687c"
|
|
SRC_URI[sha256sum] = "7cf9f447ae7ed1c51722efc45e7f14418d15d7a1e143ac9f09a668999f4fc94d"
|
|
|