summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* double-conversion: added double-conversion libSebastian Suesens2022-10-171-0/+18
| | | | | | | This provides binary-decimal and decimal-binary routines for IEEE doubles. Signed-off-by: Sebastian Suesens <sebastian.suesens@baslerweb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* md4c: added md4c libSebastian Suesens2022-10-171-0/+17
| | | | | | | MD4C is Markdown parser implementation in C. Signed-off-by: Sebastian Suesens <sebastian.suesens@baslerweb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Add recipeFabio Estevam2022-10-151-0/+19
| | | | | | | | crucible is an utility that provides userspace support for reading and writing to the i.MX fuses. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Update to 1.4.27Fabio Estevam2022-10-151-2/+2
| | | | | | | | Update to the 1.4.27 version and also pass -DWITH_WEBKIT2GTK=OFF to allow building it without webkit2gtk support. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: Upgrade 2.5.12 -> 2.5.13Jiaqing Zhao2022-10-104-123/+1
| | | | | Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* links: upgrade 2.27 -> 2.28Wang Mingyu2022-10-101-1/+1
| | | | | | | | | | | | | | Changelog: =========== - Disable cache when following redirects from consent.google.com - On Windows, change the default directory to the "Downloads" directory, so that downloaded files are placed there - Compile the 32-bit Windows version without SSE2 instructions - Fix a display glitch on framebuffer, if the user doesn't have mouse and if he presses F5, F6, F7 or F8 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 22.09.0 -> 22.10.0Wang Mingyu2022-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== core: * SplashOutputDev::tilingPatternFill: Properly restore CTM on failure. Issue #1292 * Protect against malformed files * Refactor code to not use strndup * Other small code refactoring utils: * pdftoppm: Avoid round-off errors when determining raster dimensions * pdftocairo: Avoid round-off errors when determining raster dimensions * pdftotext: Simplify memory handling qt: * Take into account flagNoView when getting/setting the visible status. KDE bug #456313 build system: * Fix sed invocation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.362 -> 0.363Wang Mingyu2022-10-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dool: upgrade 1.0.0 -> 1.1.0Wang Mingyu2022-10-081-1/+1
| | | | | | | | | | | | | | | Changelog: ======== Use unicode box drawing characters to make things look more modern Add installation script Make the output cleaner by using better ANSI line clearing options Better compatibility on older versions of Python. Tested on Python 3.6 Memory calculation is now closer to free Include "available" memory instead of "buffers" Major README updates to help new users get started Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* re2: fix branch name from master to mainMartin Jansa2022-10-071-1/+1
| | | | | | | | | | re2 $ git branch -a --contains 166dbbeb3b0ab7e733b278e8f42a84f6882b8a25 * main remotes/origin/HEAD -> origin/main remotes/origin/main Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tio: correct license informationMichael Opdenacker2022-10-071-1/+1
| | | | | | | | Source: https://github.com/tio/tio/blob/6618642acf28fec6d3e70ed75b50d4ce138ea08a/LICENSE (corresponding to version 2.0, unchanged in latest master) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: fix reproducibility issuesAnuj Mittal2022-10-061-15/+15
| | | | | | | | | | | Download and unpack contrib modules and other repositories in S instead of WORKDIR so they don't escape file-prefix-map substitutions. Fixes a number of reproducibility problems because of OpenCV check macros that were embedding path to files in contrib/. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spitools: remove unused BPV variableThomas Perrot2022-10-051-1/+0
| | | | | | | This variable isn't longer used to set the PV value. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fmt: upgrade 8.1.1 -> 9.1.0William A. Kennington III2022-09-291-1/+1
| | | | | Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* onig: Upgrade 6.9.4 -> 6.9.8Alex Kiernan2022-09-293-21/+20
| | | | | | License-Update: Update year Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libftdi: Add ftdi-eeprom supportDaniel Gomez2022-09-291-2/+4
| | | | | | | | Add ftdi-eeprom support. Note: Prepend ftdi-eeprom PACKAGE to avoid ftdi_eeprom to be installed in the default PN package. Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tio: added tio version 2.0 and 1.47onkelpit2022-09-291-0/+19
| | | | | | | | | deleted tio v1.47 corrected RDEPENDS variable of recipe tio: merged recipe into one file Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbgx: add PACKAGECONFIG to make build predicableMing Liu2022-09-231-10/+19
| | | | | | | | | | | | | | Also introduce a ${PN}-examples subpackage since all binaries get built only when --enable-examples is set to true, move them into ${PN}-examples package. Another advantage of this change is that now libusbgx only contains a .so library so the recipes DEPENDs on it wont involve in unnecessary binaries or systemd/sysvinit scripts. Also uprev to the latest git hash in master and fix some inconsistent coding style and an invalid EXTRA_OECONF. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* emacs: Update to version 28.2Alejandro Enedino Hernandez Samaniego2022-09-223-194/+165
| | | | | | | | | | | | | | - Remove upstreamed patch emacs-glibc-2.34.patch - Rebase usemake-docfile-native.patch - Emacs isnt aware we are cross compiling, detects host arch, e.g. x86 and tries to build seccomp-filter using cross-compiler even though it wont work for the target arch, explicitly disable seccomp to avoid configure script from wronfully enabling it for target. - Fix emacs-minimal package runtime issue. - Fix target pollution (buildpaths) reference to TMPDIR. Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smarty: upgrade 4.2.0 -> 4.2.1zhengruoqin2022-09-201-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========= Security --------- Applied appropriate javascript and html escaping in mailto plugin to counter injection attacks #454 Fixed -------- Fixed PHP8.1 deprecation errors in modifiers (upper, explode, number_format and replace) #755 and #788 Fixed PHP8.1 deprecation errors in capitalize modifier #789 Fixed use of rand() without a parameter in math function #794 Fixed unselected year/month/day not working in html_select_date #395 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* neon: upgrade 0.32.2 -> 0.32.4wangmy2022-09-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiv2: Fix buildpaths warning.Lei Maohui2022-09-141-0/+7
| | | | | | | Remove the build path from file exiv2Config.cmake. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fltk: Fix buildpaths warning.Lei Maohui2022-09-141-1/+3
| | | | | | | Remove the build path from files. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zbar: disable python3 support as incompatible with py 3.11Alexander Kanavin2022-09-141-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdfind: Fix patch-fuzz warningsKhem Raj2022-09-131-7/+2
| | | | | | Patch needs to be refreshed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorgxrdp: upgrade 0.2.18 -> 0.9.19zhengruoqin2022-09-131-3/+3
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 2.0.3 -> 2.0.4zhengruoqin2022-09-131-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: upgrade 3.37.1 -> 3.38.1wangmy2022-09-131-2/+2
| | | | | | | | License-Update: Add description to intention with the choice of licenses and the location of a license file. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 22.08.0 -> 22.09.0wangmy2022-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== core: * Splash: Do not truncate line dash patterns with more than 20 entries. Issue #1281 * Various signature related improvements * Fix FormField::getFullyQualifiedName in some scenarios * Splash: Small optimization on dash pattern handling * JBIG2Stream::readHalftoneRegionSeg: Fix potential memory leak * Fix crashes on malformed files. Including CVE-2022-38784 * Fix string formatting in error reporting glib: * Fix two potential memory leaks in poppler_document_create_dests_tree utils: * pdfsig: List signature field names when listing signature information * pdfsig: Add support for specifying signature by field name * pdfunite: Fix crashes on malformed files * pdfunite: Fix potential memory leak of docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.361 -> 0.362wangmy2022-09-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boost-sml: upgrade 1.1.5 -> 1.1.6wangmy2022-09-131-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: use bfd even with ld-is-gold in DISTRO_FEATURESMartin Jansa2022-09-111-0/+4
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bdwgc: Fix typo in EXTRA_OECONF and remove unneeded extra CFLAGSIvan Maidanski2022-09-091-3/+1
| | | | | | | * fix typo in "--enable-cplusplus" * "-D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" not needed any more Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: upgrade 1.9.1 -> 2.2.0Wang Mingyu2022-09-073-17/+66
| | | | | | | | | | License-Update: Copyright year updated to 2022. 0001-Do-not-download-the-catch-framework-during-configure.patch added to download the catch framework before configure. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsmi: Define _DEFAULT_SOURCE for timegm APIKhem Raj2022-09-072-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: Fix configure check for pthread_detachKhem Raj2022-09-072-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2/libdevmapper: upgrade 2.03.11 -> 2.03.16Wang Mingyu2022-09-065-16/+21
| | | | | | | | | | | 0005-do-not-build-manual.patch 0006-start-lvm2-monitor.service-after-tmp.mount.patch refreshed for new version. Add bash to RDEPENDS. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: Upgrade to 1.13.2Khem Raj2022-09-058-2231/+84
| | | | | | | | | | | | | | | | | | | License-Update: Add attribution to Lawrence Livermore National Laboratory and the United States Department of Energy Drop the Advertizing Clause from COPYING Forward port patches Drop 0001-cross-compiling-support.patch bring in qemu usermode to do runtime pieces of build Delete cached source files, as they are no longer needed Upgrade version info in python3-h5py as well to match the upgraded version number Signed-off-by: Khem Raj <raj.khem@gmail.com>
* augeas: Check for __GLIBC__ to use gnu extention for strerror_rKhem Raj2022-09-053-34/+67
| | | | | | Merge .bb and .inc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mg: Upgrade to 20220614 releaseKhem Raj2022-09-051-2/+2
| | | | | | | | License-Change: update version string [1] [1] https://github.com/hboetes/mg/commit/da1036f6e085f2d7edd4d4ab65d74de4d4d18c08 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geis: Add missing prototypes to functionsKhem Raj2022-09-052-0/+691
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* daemontools: Fix build with clang15 and muslKhem Raj2022-09-053-0/+287
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raptor2: Match reutrn type from RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUEKhem Raj2022-09-052-0/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: Do not use uniform_int_distribution<char> templateKhem Raj2022-09-052-0/+55
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tokyocabinet: Fix AC_CHECK_LIB test functionsKhem Raj2022-09-052-0/+59
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: Fix AC_CHECK_LIB for gpg-errorKhem Raj2022-09-052-0/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdfind: Fix AC_CHECK_LIB for libnettleKhem Raj2022-09-052-0/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* epeg: Fix AC_CHECK_LIB for libjpeg and libexifKhem Raj2022-09-052-1/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdp: Fix build with clang-15Khem Raj2022-09-052-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ckermit: Fix build with clangKhem Raj2022-09-052-1/+109
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>