summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch
Commit message (Collapse)AuthorAgeFilesLines
* vim: Remove as this is now in oe-coreTom Rini2019-03-071-42/+0
| | | | | | | | Now that we have migrated this recipe to oe-core we need to drop it from here. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim/vim-tiny: upgrade 8.0.0983 -> 8.1.0.116changqing.li@windriver.com2018-06-291-6/+10
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: Update to 8.0.0427Paul Barker2017-03-161-4/+4
| | | | | | | | | | | | | | | | | 8.0.0427 is currently used in Arch Linux so we know it has at least had some testing. Upstream has fixed the following CVEs since 8.0.0022: * CVE-2016-1248 in 8.0.0056 * CVE-2017-5953 in 8.0.0322 * CVE-2017-6349 in 8.0.0377 * CVE-2017-6350 in 8.0.0378 See http://www.cvedetails.com/product/14270/VIM-VIM.html?vendor_id=8218 Patches are updated as src/configure.in was renamed upstream. Signed-off-by: Paul Barker <pbarker@toganlabs.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: add knob whether elf.h are checkedChong Lu2014-04-211-0/+38
Previously, it still was checked when there was no elf library in sysroots directory. Add knob to decide whether elf.h are checked or not. Fixed by using PACKAGECONFIG to check elf, with default disabled set. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>