mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 12:43:03 +01:00
Drop backported patches: Fix-symlink-bad-length-test-for-64-bit-architectures.patch fix-memory-overrun.patch fix-testcase-symlink-bad-lengths.patch 0001-fix-testcase-of-symlink-bad-length.patch statdef.patch is fixing code that doesn't exist anymore. The problem handled by remove-gets.patch has been fixed differently. The CVE-2015-1197 has been ignored by upstream and had to be rebased: http://lists.gnu.org/archive/html/bug-cpio/2015-09/msg00007.html (From OE-Core rev: feeaa86eb8b1071d56eb6d7ad7120aa389c736a0) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
499 B
BlitzBasic
20 lines
499 B
BlitzBasic
require cpio_v2.inc
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b7f772ea3a2489231cb4872656cac34b"
|
|
|
|
PR = "r4"
|
|
|
|
SRC_URI += " \
|
|
file://statdef.patch \
|
|
file://m4extensions.patch \
|
|
file://avoid_heap_overflow.patch \
|
|
file://fix-memory-overrun.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "0caa356e69e149fb49b76bacc64615a1"
|
|
SRC_URI[sha256sum] = "1b203248874c3b5a728b351f06513e5282f73e0170b7f207fbf8c39f28f6b4ad"
|
|
|
|
# Required to build with gcc 4.3 and later:
|
|
CFLAGS += "-fgnu89-inline"
|