mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-17 06:50:07 +00:00
03c947d8f0
This is a major version upgrade, see release note: https://www.postgresql.org/docs/release/ * Refresh patches: 0003-configure.ac-bypass-autoconf-2.69-version-check.patch 0005-postgresql-fix-ptest-failure-of-sysviews.patch * Removed dropped option --enable-thread-safety * Add depends for bison-native * Fix do_packge_qa error: *.c *.h generated by bison or flex leave full paths in comment, rewrite those before *-src packaging Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
707 B
BlitzBasic
18 lines
707 B
BlitzBasic
require postgresql.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d5dd73e90ee1a572679460ee67233fcc"
|
|
|
|
SRC_URI += "\
|
|
file://not-check-libperl.patch \
|
|
file://0001-Add-support-for-RISC-V.patch \
|
|
file://0002-Improve-reproducibility.patch \
|
|
file://0003-configure.ac-bypass-autoconf-2.69-version-check.patch \
|
|
file://0004-config_info.c-not-expose-build-info.patch \
|
|
file://0005-postgresql-fix-ptest-failure-of-sysviews.patch \
|
|
file://0001-tcl.m4-Recognize-tclsh9.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "c4605b73fea11963406699f949b966e5d173a7ee0ccaef8938dec0ca8a995fe7"
|
|
|
|
CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Ddoesn't apply to out configuration of postgresql so we can safely ignore it."
|