diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb')
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb b/meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb new file mode 100644 index 0000000000..c4d4124f9a --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | require postgresql.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=c31f662bb2bfb3b4187fe9a53e0ffe7c" | ||
| 4 | |||
| 5 | SRC_URI += "\ | ||
| 6 | file://not-check-libperl.patch \ | ||
| 7 | file://0001-Add-support-for-RISC-V.patch \ | ||
| 8 | file://0001-Improve-reproducibility.patch \ | ||
| 9 | file://0001-configure.ac-bypass-autoconf-2.69-version-check.patch \ | ||
| 10 | file://0001-config_info.c-not-expose-build-info.patch \ | ||
| 11 | file://0001-postgresql-fix-ptest-failure-of-sysviews.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SRC_URI[sha256sum] = "ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932" | ||
| 15 | |||
| 16 | CVE_CHECK_IGNORE += "\ | ||
| 17 | CVE-2017-8806 \ | ||
| 18 | " | ||
