summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Convert to use SPDX license names in LICENSE variablesRichard Purdie2022-03-018-8/+8
| | | | | | This uses the script from OE-Core to make the conversion. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* elfutils: Work around reproducibility issueyocto-3.4.4yocto-3.4.3yocto-3.4.2yocto-3.4.1yocto-3.4honister-3.4.4honister-3.4.3honister-3.4.2honister-3.4.1honister-3.43.5_M23.5_M13.4_M3honisterRichard Purdie2021-08-191-0/+3
| | | | | | | The version in this layer doesn't reproduce, so disable the warnings/errors and allow it to build. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-gplv2: Convert to new override syntaxRichard Purdie2021-07-306-19/+19
| | | | | | | | | | This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Drop libc-uclibc overrides and patchRichard Purdie2021-07-294-101/+2
| | | | | | These haven't been used for a long time and can therefore be removed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* elfutils: ignore format-truncation and stringop-overflow issues to fix build ↵3.4_M1Martin Jansa2021-05-071-0/+8
| | | | | | | | | | | | | | | | | | | | | with gcc-11 * works around: http://errors.yoctoproject.org/Errors/Details/580076/ elfutils-0.148/src/ar.c:1088:56: error: '%-*ld' directive output may be truncated writing between 6 and 10 bytes into a region of size 7 [-Werror=format-truncation=] 1088 | snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val); | ^~~~~ elfutils-0.148/src/ar.c:1088:55: note: directive argument in the range [0, 4294967295] 1088 | snprintf (tmpbuf, sizeof (tmpbuf), ofmt ? "%-*lo" : "%-*ld", bufsize, val); | ^~~~~~~ http://errors.yoctoproject.org/Errors/Details/580078/ elfutils-0.148/tests/addrcfi.c:90:16: error: 'dwarf_frame_register' accessing 96 bytes in a region of size 64 [-Werror=stringop-overflow=] 90 | int result = dwarf_frame_register (stuff->frame, regno, ops_mem, &ops, &nops); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@arm.com>
* bison: fix builds with gettext 0.20.xChangqing Li2020-02-031-60/+61
| | | | | | | | Fix configure error like: error: possibly undefined macro: gl_AC_HEADER_STDINT_H Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* dosfstools: fix out of bound writeszeus-22.0.4zeus-22.0.3zeus-22.0.2zeus-22.0.1yocto-3.0.4yocto-3.0.3yocto-3.0.2yocto-3.0.1zeusAJ Bagwell2019-11-112-0/+55
| | | | | | | | Fix write issues where sprintf writes across both name and ext fields and drops the final null ternimator outside the struct Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* elfutils: ignore new error from gcc-92.8_M1Martin Jansa2019-06-051-0/+4
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* rsync: Make it build with compile time hardening enabledPeter Kjellerstedt2018-04-262-0/+33
| | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
* patch: Make it build with compile time hardening enabledPeter Kjellerstedt2018-04-262-1/+99
| | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
* dosfstools: Update a patch to avoid fuzzPeter Kjellerstedt2018-04-251-3/+3
| | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
* make: Do not assume glibc glob internalsKhem Raj2018-02-152-0/+37
| | | | | | | glibc 2.27 hides them Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* elfutils_0.148: musl build fixesAndre McCurdy2017-12-192-2/+140
| | | | | Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* elfutils: Make it build with GCC 7 and compile time hardening enabledPeter Kjellerstedt2017-09-263-0/+77
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* m4: fix security & musl issuesAndré Draszik2017-06-223-0/+84
| | | | | | | | As per the patches. Signed-off-by: André Draszik <adraszik@tycoint.com> Acked-by: Sylvain Lemieux <slemieux@tycoint.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* elfutils: Fix build with gcc7Khem Raj2017-04-263-0/+296
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* dosfstools: Restore support for the -h option to mkdosfsEmma Holmberg Ohlsson2017-03-132-3/+3
| | | | | | | | | | The support for the -h option to mkdosfs was accidentally removed when the target and native versions of the recipe were unified back in Dylan... Signed-off-by: Emma Holmberg Ohlsson <emma.holmberg.ohlsson@axis.com> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* bison: add missing patch from oe-coreMartin Jansa2017-03-091-0/+591
| | | | | | | | * meta-gplv2/recipes-devtools/bison/bison_2.3.bb: Unable to get checksum for bison SRC_URI entry bison-2.3_m4.patch: file could not be found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta: start to ignore the largefile distro featureAndre McCurdy2017-03-081-1/+1
| | | | | | | | | | | | | | | | | | | The largefile distro feature has been enabled by default in oe-core for a long time and, more recently, also in poky-tiny. Building without the largefile distro feature receives little or no testing. Many packages now enable LFS without exposing a configure option, so there should be very little expectation that disabling the distro feature will result in a distro which globally disables LFS. Respecting the distro feature adds a maintenance over-head and may be the source of configurations oddities (e.g. dbus-native currently builds with LFS disabled for no clear reason - fixed by this commit). Ignore the largefile distro feature more widely, as a first step towards deprecating and eventually removing it. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* readline/elfutils: Add missing filesRichard Purdie2017-03-072-0/+61
| | | | | | Add files which were missing from the initial import. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Create meta-gplv2 from files from OE-CoreRichard Purdie2017-03-0255-0/+21994
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>