meta-digi/meta-digi-dey/recipes-devtools/python/python3-matplotlib_%.bbappend

6 lines
169 B
Plaintext

do_compile:prepend() {
# Packages are downloaded during the build so the proxy is needed
export http_proxy=${http_proxy}
export https_proxy=${https_proxy}
}