Go to file
Ross Burton 18933cb8d8 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>
Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-03-15 13:30:34 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems README: updated Maintainers list for Zeus 2019-10-30 14:16:04 -07:00
meta-gnome README: updated Maintainers list for Zeus 2019-10-30 14:16:04 -07:00
meta-initramfs README: updated Maintainers list for Zeus 2019-10-30 14:16:04 -07:00
meta-multimedia tinyalsa: fix installation libdir path to match multilibs 2020-01-05 14:43:51 -08:00
meta-networking libldb: Do not require the "pam" distro feature to be enabled 2020-03-15 13:30:34 -07:00
meta-oe opencv: don't download during configure 2020-03-15 13:30:34 -07:00
meta-perl adduser: set default shell with /sbin/nologin 2020-01-19 09:05:19 -08:00
meta-python pyhamcrest: add python3 version of recipe 2020-01-30 18:17:12 -08:00
meta-webserver netdata: Add libatomic to link step 2020-01-30 18:36:20 -08:00
meta-xfce xfce-dusk-gtk3: correct invalid SRC_URI 2020-01-05 14:43:51 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: updated Maintainers list for Zeus 2019-10-30 14:16:04 -07:00

Collection of layers for the OE-core universe

zeus maintainer: Armin Kuster  <akuster808@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories