mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 15:31:45 +00:00
python3-matplotlib: Generate correctly names setup config file
The file should be called mplsetup.cfg" Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -40,12 +40,12 @@ RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-pytz \
|
||||
"
|
||||
|
||||
ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/setup.cfg"
|
||||
ENABLELTO:toolchain-clang:riscv32 = "echo enable_lto = False >> ${S}/setup.cfg"
|
||||
ENABLELTO:toolchain-clang:mips = "echo enable_lto = False >> ${S}/setup.cfg"
|
||||
ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg"
|
||||
ENABLELTO:toolchain-clang:riscv32 = "echo enable_lto = False >> ${S}/mplsetup.cfg"
|
||||
ENABLELTO:toolchain-clang:mips = "echo enable_lto = False >> ${S}/mplsetup.cfg"
|
||||
do_compile:prepend() {
|
||||
echo [libs] > ${S}/setup.cfg
|
||||
echo system_freetype = true >> ${S}/setup.cfg
|
||||
echo [libs] > ${S}/mplsetup.cfg
|
||||
echo system_freetype = True >> ${S}/mplsetup.cfg
|
||||
${ENABLELTO}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user