summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* enchant2: Remove, moved to oe-coreAdrian Bunk2020-01-121-28/+0
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketpp: Fix clang specific flags in cmake filesKhem Raj2020-01-112-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketpp: also install examples in a new -examples subpackageGianfranco Costamagna2020-01-101-0/+9
| | | | | | | | Thanks to Khem Raj for the suggestion, the location is similar to the one used by Debian packaging Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 0.82.0 -> 0.84.0Andreas Müller2020-01-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >From announcements: Release 0.84.0: core: * Fix crash when converting from Unicode to ASCII-7 * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big * JBIG2Stream: fix potential crash in malformed documents * JBIG2Stream: fix leak in reset() if called several times * Internal code improvements utils: * pdfimages: Add error message if first page is larger then number of pages. * pdfinfo: Improved paper size recognition * pdfsig: Fix exit code when dumping signatures * pdftocairo: Error out when even/odd selects 0 pages * pdftohtml: Fix memory leak * pdftoppm: Add an option to scale before rotate * pdftoppm: Add -hide-annotations option * pdftoppm: Error out when even/odd selects 0 pages * pdftops: Improve -optimizecolorspace qt5: * Code cleanups glib: * Fix compiler warnings Release 0.83.0: core: * Improve when a file is recognized as Linearized * Improve const-ness of the code * Make code a bit more readable/maintanable * Fix uninitialized memory uses in broken files utils: * pdffonts: Make code a bit more readable/maintanable * pdftohtml: Make code a bit more readable/maintanable qt5: * Remove a bunch of unused internal functions * trUtf8 -> tr (less warnings) build system: * make-glib-api-docs: switch to python3 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: abort configure if we need to downloadRoss Burton2020-01-102-0/+34
| | | | | | | | | OpenCV's habit of downloading files during do_configure is bad form (as it becomes impossible to do offline builds), so add an option to error out if a download would be needed. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: PACKAGECONFIG for G-API, use system ADERoss Burton2020-01-101-1/+2
| | | | | | | | | | | The Graph API is enabled by default, and if ADE isn't present it will download a copy of the source during do_configure. Add a PACKAGECONFIG for the Graph API, and depend on the ADE that we package. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: also download face alignment data in do_fetch()Ross Burton2020-01-101-0/+3
| | | | | | | | The face alignment data is downloaded in do_configure, so download it in do_fetch and add it to the cache. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: don't download during configureRoss Burton2020-01-101-2/+21
| | | | | | | | | | | | | | | | | 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>
* cpprest: fix cmake installation directoryGianfranco Costamagna2020-01-101-1/+1
| | | | | | | | This should help reverse-dependencies find the cmake files also in multiarch locations Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketpp: add various upstream accepted and proposed patches to fix ↵Gianfranco Costamagna2020-01-105-1/+221
| | | | | | | | | | | | | | | various issues, including: - build failure with boost 1.71 - bad installation of header files correct version on some OSes. - fix version minor number - fix Scons script not being Python3 ready - build examples and tests only if ptest is enabled in DISTRO_FEATURES - do not depend on websocketpp from -dev package, because this is an header only dev package for now Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: update to version 6.1.0 and unblacklistGianfranco Costamagna2020-01-092-8/+84
| | | | | | | | | | - Change oe_runmake call because the yocto one exposes AR/O and other variables, not understood by KBUILD makefile. - Add KBUILD_VERBOSE to add some build verbosity - Add upstream patch to fix export of the module tarball. Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oniguruma: enable ptestAndré Draszik2020-01-093-1/+94
| | | | | | | All tests (with 3400 subtests) are passing (on musl+arm). Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oniguruma: update to v6.9.4André Draszik2020-01-095-76/+64
| | | | | | | | | | | | | | | | | The version meta-oe is carrying is more than 4 years old, from 2015, with numerous CVEs fixed and more than 2000 commits since. The license checksum changed because it contains the year (which is at 2019 now). Onigurama can now also be built using CMake, but for now this recipe stays with using autotools as only autotools builds support testing (which the next patch adds support for). Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmxml: upgrade 3.0 -> 3.1Pierre-Jean Texier2020-01-091-1/+1
| | | | | | | See https://github.com/michaelrsweet/mxml/releases/tag/v3.1 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* enchant2: Upgrade 2.2.3 -> 2.2.7Adrian Bunk2020-01-061-2/+4
| | | | | | | Also add UPSTREAM_CHECK_URI. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: update from 7.8.47 to 7.9.16Randy MacLeod2020-01-061-3/+4
| | | | | | | | Only the copyright date for the LICENSE file changed. Add PACKAGECONFIG to enable use of tcmalloc. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spitools: upgrade 0.8.3 -> 0.8.4Wang Mingyu2020-01-031-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbytesize: disable doc buildKai Kang2020-01-031-3/+1
| | | | | | | | It fails to build doc for libbytesize and the documents are simple and not important, so disable doc build. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.329 -> 0.330Wang Mingyu2020-01-031-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hddtemp: Fix build with latest gettext 0.20.xKhem Raj2020-01-022-0/+704
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: Updare to latest master beyond 2.8.4Khem Raj2020-01-012-29/+2
| | | | | | | | Drop the feature.h patch since its fixed differently upstream [1] [1] https://github.com/storaged-project/udisks/commit/7c9bb088ed8c7b509e94f68abe6427b45fad092f Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: Fix misaligned indentationKhem Raj2019-12-282-0/+70
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bdwgc: make libatomic-ops as dependencyKai Kang2019-12-271-8/+5
| | | | | | | | libatomic_ops is required and can't be optional. Move it from PACKAGECONFIG to DEPENDS. Adjust the ordering of the recipe as well. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Ignore -Warray-boundsKhem Raj2019-12-262-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glog: fix do_fetch errorQuanyang Wang2019-12-231-1/+1
| | | | | | | | | | This fixes the build error as below: WARNING: glog-0.3.5-r0 do_fetch: Failed to fetch URL git://github.com/google/glog.git;branch=v035, attempting MIRRORS if available ERROR: glog-0.3.5-r0 do_fetch: Fetcher failure: Unable to find revision a6a166db069520dbbd653c97c2e5b12e08a8bb26 in branch v035 even from upstream ERROR: glog-0.3.5-r0 do_fetch: Fetcher failure for URL: 'git://github.com/google/glog.git;branch=v035'. Unable to fetch URL from any source. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ade: Fix install paths in multilib buildsKhem Raj2019-12-202-0/+40
| | | | | | | | | Fixes ERROR: ade-0.1.1f-r0 do_package: QA Issue: ade: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libade.a Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketapp: Fix multilib buildKhem Raj2019-12-202-0/+36
| | | | | | | | | | | | | Fixes ERROR: websocketpp-0.8.1-r0 do_package: QA Issue: websocketpp: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/cmake /usr/lib/cmake/websocketpp /usr/lib/cmake/websocketpp/websocketpp-configVersion.cmake /usr/lib/cmake/websocketpp/websocketpp-config.cmake Signed-off-by: Khem Raj <raj.khem@gmail.com>
* avro-c: Update to 1.9.1Khem Raj2019-12-205-57/+131
| | | | | | | | Backport a patch to fix build with musl ( already in future 1.10.x release) Add a cmake patch to fix build on mulilibbed env delete already upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lockdev: Make baselib configurableKhem Raj2019-12-203-7/+9
| | | | | | | | | This ensures that baselib can be passed from bitbake tasks via environment Refresh patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: Fix multilib buildKhem Raj2019-12-202-0/+40
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* enscript/indent/sharutils: fix build with gettext 0.20.xAlexander Kanavin2019-12-202-1/+24
| | | | | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dfu-util-native,sjf2410-linux-native: Fix Deploy in multimachine buildsKhem Raj2019-12-192-2/+16
| | | | | | | | | | | | | When more than two machine are built using same tmpdir and happen to use these tools the builds fail Fixes ERROR: The recipe dfu-util-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are: TOPDIR/build/tmp/deploy/tools/dfu-util-0.9 (matched in manifest-qemumips-dfu-util-native.deploy) Please verify which recipe should provide the above files. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: Define LIB_SUFFIX per OE multilibsKhem Raj2019-12-191-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libinih: Fix multilib buildKhem Raj2019-12-191-2/+3
| | | | | | | | | | | | | Fixes ERROR: libinih-0.0+gitrAUTOINC+25078f7156-r3 do_package: QA Issue: libinih: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libinih.a /usr/lib/libinihcpp.a /usr/lib/pkgconfig /usr/lib/pkgconfig/inihcpp.pc /usr/lib/pkgconfig/inih.pc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: Upgrade to 0.28.4Khem Raj2019-12-191-1/+2
| | | | | | Fix library install path to consider multilib as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfann: Define LIB_SUFFIX suitable for OE multilib needsKhem Raj2019-12-191-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: Upgrade to 1.8.21Khem Raj2019-12-132-16/+12
| | | | | | Forward port 0001-cross-compiling-support.patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fltk: fix build error when enable package config examplesKai Kang2019-12-132-2/+187
| | | | | | | | | | | Backport patch to fix fltk build error when enable package config 'examples'. Drop the useless parts such as .gitignore and Makefile from the patch. fltk-native is also required by package config 'examples'. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdelta3: add native and nativesdk to BBCLASSEXTENDBartosz Golaszewski2019-12-131-0/+2
| | | | | | | | Allow to build xdelta natively as it may be used for creating binary delta patches for OTA updates. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdelta3: update to v3.1.0Bartosz Golaszewski2019-12-131-4/+4
| | | | | | | | The repository now lives under a different address. Let's use git directly to fetch sources as there are no proper release tarballs. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsoc: use python3 for python bindingsMax Krummenacher2019-12-131-2/+2
| | | | | | | | | | | | With python in PACKAGECONFIGS and with the removal of python2 from host tools the recipe fails to build. Change the recipe to use python3. libsoc configure uses the host python to detect the used version, install and use the python3-native package to have the same version for host and target. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librsync: new packageBartosz Golaszewski2019-12-111-0/+18
| | | | | | | | | | | rdiff is a popular tool for calculating binary delta patches. It's provided by the librsync package (unrelated to rsync already available in poky). This recipe adds new packages for librsync and rdiff. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsmi: Use right name for tcl licenseKhem Raj2019-12-101-1/+1
| | | | | | | Fixes WARNING: libsmi-0.5.0-r0 do_populate_lic: libsmi: No generic license file exists for: TCL in any provider Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: add nativesdk supportPierre-Jean Texier2019-12-101-1/+1
| | | | | | | | | | Fixes: Missing or unbuildable dependency chain was: ['nativesdk-cmake', 'nativesdk-curl', 'nativesdk-libssh2'] So, extend libssh2 to nativesdk to fix this issue. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: Update to 2.8.4Khem Raj2019-12-081-2/+3
| | | | | | package tmpfiles.d/udisk2.conf, generated with systemd enabled Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnih: Fix build with latest gettextKhem Raj2019-12-082-4/+24314
| | | | | | | | | Run gettextize and fix up the resulting problems so that it builds Fixes | make[2]: *** No rule to make target 'libgnuintl.@INTL_LIBTOOL_SUFFIX_PREFIX@a', needed by 'all-no-yes'. Stop. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: fix RDEPENDS in pcsc PACKAGECONFIGLaurent Bonnans2019-12-051-1/+1
| | | | | | | | OpenSC depends on pcsc-lite's systemd service and pkcs11 library at runtime. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xserver-xorg-cvt-native: initial add 1.20.5Andreas Müller2019-12-031-0/+41
| | | | | | | | upcoming mutter requires cvt to calculate source code tables of default video modes - wow Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* utouch-evemu,utouch-frame: Fix build for 32bit arches with 64bit time_tKhem Raj2019-12-016-1/+121
| | | | | | Move patches from files/ directory into PN folders to avoid conflicts Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes-support: gperftools: RDEPENDS for pprofCengiz Can2019-11-291-0/+5
| | | | | | | | | | | | | | gperftools comes with pprof tool that usually needs to be run at target machine to aggregate CPUPROFILE data. However since we were not shipping objdump (binutils), Getopt::long and POSIX perl5 modules, it was failing. I've extended RDEPENDS_${PN} with those so that whenever someone installs gperftools, those dependencies are fulfilled as well. Signed-off-by: Cengiz Can <cengiz@kernel.wtf> Signed-off-by: Khem Raj <raj.khem@gmail.com>