summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
...
* luajit: Use builtin for __clear_cache on clangKhem Raj2022-09-112-0/+30
| | | | | | Fixed build on mips Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uw-imap: Avoid programs using gets()Khem Raj2022-09-073-0/+66
| | | | | | Included needed header for isdigit() Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: Use local strlcpy implementation on glibcKhem Raj2022-09-072-0/+36
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcpp: Fix build with clangKhem Raj2022-09-072-0/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jq: Upgrade to latest and fix configure testsKhem Raj2022-09-073-2/+75
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdev-checklib-perl: upgrade 1.14 -> 1.16Wang Mingyu2022-09-062-12/+11
| | | | | | | | 0001-CheckLib.pm-don-t-execute-the-binary.patch refreshed for new version. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-fifo: Disable cpp11 shuffle with clang/libc++Khem Raj2022-09-051-0/+3
| | | | | | it does not compile with clang15 based libc++ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uw-imap: Fix build with clang/muslKhem Raj2022-09-052-1/+107
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmtools: Update patch to include string.h and function prototype for mainKhem Raj2022-09-051-11/+27
| | | | | | Fixes build with clang-15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-pty-perl: Fix build on muslKhem Raj2022-09-052-1/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: Add protoype declaration for b64_ptonKhem Raj2022-09-052-0/+15
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20220821.0 -> 5.9.20220828.0Wang Mingyu2022-09-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: upgrade 20220623.0 -> 20220623.1Wang Mingyu2022-09-051-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* makeself: upate anonymous git access and dropped man page.Jan Vermaete2022-09-031-2/+1
| | | | | | | | | | Review on the mailinglist requested to drop the 'git' user in the SRC_URI. The man files seems to be outdated, so I've dropped it. https://github.com/megastep/makeself/issues/260 Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flatbuffers: upgrade 2.0.6 -> 2.0.7zhengrq.fnst2022-09-031-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-fifo: Update to tip of trunkKhem Raj2022-08-311-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Fix type error found with clang 15Khem Raj2022-08-312-0/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unifex: remove recipePatrick Williams2022-08-291-24/+0
| | | | | | | | | | | | | | | I don't think anyone else is using this since nobody has requested an update from the original SRCREV I pushed up originally. The original authors of libunifex have moved in another direction so I've decided not to use it in my downstream project(s) also. Anyone wanting to use something like libunifex should probably look to https://github.com/brycelelbach/wg21_p2300_std_execution , which is where the proposals for future C++ standards in this space are being developed. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: disable protoc binary for targetVyacheslav Yurkov2022-08-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | When applications want to use protoc during the build, the target binary has to be disabled in order to avoid following error: | The imported target "protobuf::protoc" references the file | | "<application build dir>/recipe-sysroot/usr/bin/protoc-<protobuf version>" | | but this file does not exist. Possible reasons include: | | * The file was deleted, renamed, or moved to another location. | | * An install or uninstall procedure did not complete successfully. | | * The installation package was faulty and contained | | "<application build dir>/recipe-sysroot/usr/lib/cmake/protobuf/protobuf-targets.cmake" | | but not all the files it references. Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* makeself: added makeself as new recipeJan Vermaete2022-08-271-0/+29
| | | | | | | Based on the older recipe of intel-iot-refkit. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: change build system to cmakeVyacheslav Yurkov2022-08-273-68/+16
| | | | | | | | | | | | | Autotools support has been removed and replaced completely by CMake. See related issues for details: https://github.com/protocolbuffers/protobuf/issues/7911 https://github.com/protocolbuffers/protobuf/pull/10132 Drop autotools patches too. Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: 3.19.4 -> 3.21.5 upgradeVyacheslav Yurkov2022-08-277-114/+22
| | | | | | | | Drop the patch that was accepted upstream Forward port clang-mips patch Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: correct ptest dependencyVyacheslav Yurkov2022-08-251-1/+1
| | | | | Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gst-editing-services: Add recipeKhem Raj2022-08-251-0/+26
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yasm: Only depend on xmlto when docs are enabledMike Crowe2022-08-241-1/+2
| | | | | | | | | The yasm build system only requires xmlto when building its documentation. It automatically detects whether it is present at configure time. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.1.8 -> 8.1.9Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: upgrade 1.8.2 -> 1.8.3Wang Mingyu2022-08-231-1/+1
| | | | | | | | | | | | | Changelog: ========== * bugfix #183: Assertion failure with OPT record without rdata. This caused packet creation with only a DO bit (for DNSSEC OK) to crash. Thanks Anand Buddhdev and others for reporting this so quickly. * Fix for syntax error in pyldns Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20220703.0 -> 5.9.20220821.0Wang Mingyu2022-08-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: sleep more in android-gadget-startDevendra Tewari2022-08-221-1/+1
| | | | | | | Increase sleep to 10 seconds otherwise interface is not ready on rpi0w. Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: upgrade 3.10.5 -> 3.11.2Wang Mingyu2022-08-151-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ldns: upgrade 1.8.1 -> 1.8.2Wang Mingyu2022-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== * bugfix #147: Allow for tabs in whitespace before quoted rdata fields. * bugfix #149: Add some missing [out] annotations to doxygen parameters. * Fix build error on Solaris 10 with inet_ntop redeclaration error. * Fix -U flag with ldns-signzone. * Enable compile of SVCB and HTTPS support by default. * bugfix #179: Free line memory even if zone file parsing fails * bugfix #166: Grow buffer when writing chars and fixed size strings when converting to presentation format, preventing potential assersion errors. * bugfix #46: Print network errors when secure tracing. * EDNS0 Option handling and conversion into presentation format. * bugfix #145: ldns-verify-zone should not call occluded records glue. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipc-run: upgrade 20200505.0 -> 20220807.0Wang Mingyu2022-08-151-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* image_types_sparse: Generate "don't care" chunksSean Anderson2022-08-134-0/+365
| | | | | | | | | | By default, img2simg will only generate raw and fill chunks. This adds support for "don't care" chunks, based on file holes. This is similar to how bmaptool works. "don't care" chunks do not need to be written, speeding up flashing time. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: add packageconfig for lapackeAdrian Zaharia2022-08-081-0/+3
| | | | | Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: Fix somw issue in postinstall process.Lei Maohui2022-08-081-1/+8
| | | | | Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yasm: fix buildpaths warningAnuj Mittal2022-08-061-0/+5
| | | | | | | | | | ax_create_stdint_h.m4 includes $CC as a comment in the generated header which leads to buildpaths warning: | WARNING: yasm-1.3.0+gitAUTOINC+ba463d3c26-r0 do_package_qa: QA Issue: File /usr/include/libyasm-stdint.h in package yasm-dev contains reference to TMPDIR [buildpaths] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* debootstrap: upgrade 1.0.126 -> 1.0.127wangmy2022-08-061-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valijson: upgrade 0.6 -> 0.7wangmy2022-07-261-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== This release includes a number of improvements: Memory management improvements Shellcheck improvements CMake improvements Add yaml-cpp support Fixes for PocoJson Support for time-related format validations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unattended-upgrades: upgrade 2.6 -> 2.9.1wangmy2022-07-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.1.7 -> 8.1.8Wang Mingyu2022-07-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "python3-pycups: Inherit setuptools3 instead of ↵Khem Raj2022-07-181-1/+1
| | | | | | python_setuptools_build_meta" This reverts commit cb3d45c4124dba489ce98fb81d3b33bcc91a0329.
* php: ignore patched CVEsDavide Gardenal2022-07-181-0/+6
| | | | | | | | | CVE-2007-2728, CVE-2007-3205 and CVE-2007-4596 are patched in our version of php but they don't have a vulnerable version range in the NVD database, that's why they need to be ignored. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: ignore patched CVEsDavide Gardenal2022-07-181-0/+4
| | | | | | | | | Some old CVEs don't have a vulnerable version range in the NVD database, this causes come mismatch with cve-check. Ignore many CVEs that are picked up by the class but are patched in our products. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycups: Inherit setuptools3 instead of python_setuptools_build_metaKhem Raj2022-07-151-1/+1
| | | | | | Adds missing dependency on python3-picobuild-native Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf-c: update to 1.4.1 fix CVE-2022-33070Wentao Zhang2022-07-121-2/+2
| | | | | Signed-off-by: Wentao Zhang <wzhang4@ala-lpd-susbld2.wrs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cloc: upgrade 1.92 -> 1.94wangmy2022-07-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flatbuffer: enable nativeKai Kang2022-07-061-0/+1
| | | | | | | | Native python module of flatbuffer exists before it is split from flatbuffers. So add it back. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libparse-yapp-perl: update interpreter of yappKai Kang2022-07-061-0/+4
| | | | | | | | | | | Update interpreter on shebang line of script yapp to fix qa error: ERROR: QA Issue: : /work/x86_64-linux/libparse-yapp-perl-native/1.21-r0/sysroot-destdir /work/x86_64-linux/libparse-yapp-perl-native/1.21-r0/recipe-sysroot-native/usr/bin/yapp maximum shebang size exceeded, the maximum size is 128. [shebang-size] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdev-checklib-perl: fix interpreter of script use-devel-checklibKai Kang2022-07-061-0/+8
| | | | | | | | | | | | | | | Update interpreter on shebang line in script use-devel-checklib to fix QA error: ERROR: QA Issue: : /work/x86_64-linux/libdev-checklib-perl-native/1.14-r0/sysroot-destdir/ work/x86_64-linux/libdev-checklib-perl-native/1.14-r0/recipe-sysroot-native/usr/bin/use-devel-checklib maximum shebang size exceeded, the maximum size is 128. [shebang-size] It also replace option '-w' on shebang line with 'use warnings;' that old version env doesn't support multiple arguments. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbi-perl: fix interpreter on shebang lineKai Kang2022-07-061-0/+5
| | | | | | | | | | | Update interpreter on shebang line in scripts to fix error: ERROR: QA Issue: : /work/x86_64-linux/libdbi-perl-native/1.643-r0/sysroot-destdir/work/x86_64-linux/libdbi-perl-native/1.643-r0/recipe-sysroot-native/usr/bin/dbiproxy maximum shebang size exceeded, the maximum size is 128. [shebang-size] ERROR: QA Issue: : /work/x86_64-linux/libdbi-perl-native/1.643-r0/sysroot-destdir/work/x86_64-linux/libdbi-perl-native/1.643-r0/recipe-sysroot-native/usr/bin/dbiprof maximum shebang size exceeded, the maximum size is 128. [shebang-size] ERROR: QA Issue: : /work/x86_64-linux/libdbi-perl-native/1.643-r0/sysroot-destdir/work/x86_64-linux/libdbi-perl-native/1.643-r0/recipe-sysroot-native/usr/bin/dbilogstrip maximum shebang size exceeded, the maximum size is 128. [shebang-size] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>