diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql_16.8.bb')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_16.8.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_16.8.bb b/meta-oe/recipes-dbs/postgresql/postgresql_16.8.bb new file mode 100644 index 0000000000..918ad13e63 --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_16.8.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | require postgresql.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d5dd73e90ee1a572679460ee67233fcc" | ||
4 | |||
5 | SRC_URI += "\ | ||
6 | file://not-check-libperl.patch \ | ||
7 | file://0001-Add-support-for-RISC-V.patch \ | ||
8 | file://0002-Improve-reproducibility.patch \ | ||
9 | file://0003-configure.ac-bypass-autoconf-2.69-version-check.patch \ | ||
10 | file://0004-config_info.c-not-expose-build-info.patch \ | ||
11 | file://0005-postgresql-fix-ptest-failure-of-sysviews.patch \ | ||
12 | " | ||
13 | |||
14 | SRC_URI[sha256sum] = "9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8" | ||
15 | |||
16 | CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Ddoesn't apply to out configuration of postgresql so we can safely ignore it." | ||