summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* 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>