mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
Remove the -Wvla flag from the set of compiler warning flags, since gcc on old host systems such as CentOS 5.8 doesn't support it, and it causes a build error for dpkg-native. (From OE-Core rev: 736ef878570ebe60845da88094907ad28f7b50ff) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
708 B
BlitzBasic
20 lines
708 B
BlitzBasic
require dpkg.inc
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
SRC_URI += "file://noman.patch \
|
|
file://check_snprintf.patch \
|
|
file://check_version.patch \
|
|
file://preinst.patch \
|
|
file://fix-timestamps.patch \
|
|
file://remove-tar-no-timestamp.patch \
|
|
file://fix-abs-redefine.patch \
|
|
file://arch_pm.patch \
|
|
file://dpkg-configure.service \
|
|
file://glibc2.5-sync_file_range.patch \
|
|
file://no-vla-warning.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "cc25086e1e3bd9512a95f14cfe9002e1"
|
|
SRC_URI[sha256sum] = "01cdc81c33e77c3d7c40df17e19171794542be7cf12e411381ffcaa8f87b1854"
|
|
|