summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* libsmi: Fix build with clang 15Khem Raj2022-09-052-1/+57
| | | | | | Add flex and bison dependencies to make deterministic builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hddtemp: Add missing prototype for ata_get_powermode in sata.cKhem Raj2022-09-052-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: Upgrade to v189Khem Raj2022-09-053-35/+28
| | | | | | | Fix build with clang while here Drop 0001-genconfig.py-update-shebang.patch its fixed upstream now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* serial-forward: Correct typo in specifying string.h headerKhem Raj2022-09-052-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libutempter: Upgrade to 1.2.2-alt1Khem Raj2022-09-053-92/+4
| | | | | | | | | | License-Update: Whitespace removal [1] Drop glibc assumptions patch its fixed upstream [1] https://git.altlinux.org/people/ldv/packages/libutempter.git?p=libutempter.git;a=blobdiff;f=libutempter/COPYING;h=5522aa5f33e23eb2be04b0c1fe789b609e7961fe;hp=2d2d780e6014b850ca3b8437452e24eba5f96508;hb=10539e43e615225da8351895668e704726ffcb53;hpb=3e657409d46e0571f44970ebcd2c972b60778ec3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: upgrade 6.1.36 -> 6.1.38Gianfranco Costamagna2022-09-051-1/+1
| | | | | | | | refresh patch for new upstream release 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>
* tree: upgrade 2.0.2 -> 2.0.3Wang Mingyu2022-08-291-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bdwgc: upgrade 8.2.0 -> 8.2.2Wang Mingyu2022-08-291-3/+3
| | | | | | | License-Update: Format of license file changed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hunspell: upgrade 1.7.0 -> 1.7.1Wang Mingyu2022-08-281-1/+1
| | | | | | | | | | | | | Changelog: ========== Merge chromium fix for OOB string write in hunspell Merge firefox fix for various issues parsing incomplete aff files Fix crash with hunspell -l -r Merge in weblate translations Includes fix for CVE-2019-16707 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* idevicerestore: SRCREV bump 280575b..7d622d9Potin Lai2022-08-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelogs: ========== 7d622d9 restore: Don't print 'Attempting to continue after critical error' warning when no error was detected 6bc672c Make sure to exactly match the passed variant when using --variant e667b49 Add --variant command line switch to specify build identity to use fbbd4b6 Ignore 'Research*' variant in build identity selection 20ad978 ipsw: Add workaround for missing RestoreBehavior entries for ipsw info efd00b4 Don't print an error message when RestoreBehavior is missing 170a17e ipsw: Improve error message when fwrite fails eff9fab Support iOS 16.0 Beta 2 (#506) aa25a29 Remove more serial number checks, and get ECID early on in all modes f6c3d53 Add support for FirmwareUpdaterPreflight message 3525150 Use more elegant way to match file name to component name 5831f78 restore: Fix memory corruption in restore_get_timer_firmware_data 6d3f4cf Add support for iOS 16 f80a876 ipsw: Update to reflect color macro name change in libimobiledevice-glue ddc0c16 Fix restore for devices that don't have eUICC 51b33f4 Increase recovery mode disconnect and re-connect timeout from 10 to 60 seconds 0b269e6 configure: Only check for pthread if really required 6a16d60 configure: Make sure the plist_from_json works 9052c7f Print version string upon execution 86c53b4 autoconf: Automatically derive version number from latest git tag 8f7afa0 More code improvements using _plist_dict_copy_* helper 71561a4 Use proper detection for macOS restore path (instead of version number comparison) 2eb8865 Fix build identity selection for beta (developer) firmware 190473b restore: Fixed a problem that nobody even knew existed e833a30 normal: Skip fetching FirmwarePreflightInfo for non-baseband devices ca44e4d tss: Fix img4 tag for TSS request 03f2bae tss/restore: Improve code readability with plist helpers and removal of unneeded comments 7eaa1fa Add support for Timer,* components and TSS found in iPad Air 5th gen firmware e28d96d ipsw: Use libplist's new plist_from_json API d0a61eb Updated README with pkg-config requirement Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* satyr: Fix build on musl/clangKhem Raj2022-08-252-0/+30
| | | | | | | | | Fixes | py_base_stacktrace.c:301:5: error: call to undeclared function 'g_free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] | g_free(text); | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* neon: Upgrade to 0.32.2Khem Raj2022-08-253-59/+48
| | | | | | | Drop libxml2-config patch, its not needed anymore Do not install documentation, it does not cross build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libteam: Include missing headers for strrchr and memcmpKhem Raj2022-08-252-0/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libb64: Switch to github fork and upgrade to 2.0.0.1+gitKhem Raj2022-08-259-282/+82
| | | | | | | | | | Many of the patches floating around has been applied to github fork and seems to be having recent releases. Drop patches which are either applied or fixed differently in this version Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spitools: upgrade 1.0.1 -> 1.0.2Wang Mingyu2022-08-231-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ade: upgrade 0.1.1f -> 0.1.2Wang Mingyu2022-08-232-43/+2
| | | | | | | | 0001-use-GNUInstallDirs-for-detecting-install-paths.patch removed since it's included in 0.1.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>