summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-matplotlib
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2020-01-09 16:21:38 +0000
committerKhem Raj <raj.khem@gmail.com>2020-01-10 00:50:59 -0800
commit74a54d5eda05d9f0d488dfe32b5973815a29e931 (patch)
treeae5b3087354d11eaae90eba43b1822f28ebb7a3e /meta-python/recipes-devtools/python/python-matplotlib
parent5dcb72e707dade6dbd3d1fc3921ff61fda0b7f4b (diff)
downloadmeta-openembedded-74a54d5eda05d9f0d488dfe32b5973815a29e931.tar.gz
opencv: don't download during configure
OpenCV downloads data files during the CMake configure phase, which is bad because fetching should only happen in do_fetch (and if proxies are needed, won't be set in do_configure). The recipe attempts to solve this already by having the repositories in SRC_URI and moving the files to the correct place before do_configure(). However they are written to ${B} which is then wiped in do_configure so they're not used. The OpenCV download logic has a download cache with specially formatted filenames, so take the downloaded files and populate the cache. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-matplotlib')
0 files changed, 0 insertions, 0 deletions