diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb new file mode 100644 index 0000000000..d5b1ebdb5e --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require postgresql.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=87da2b84884860b71f5f24ab37e7da78" | ||
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 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "87545416ef021eee8621d31a93fcc899" | ||
12 | SRC_URI[sha256sum] = "cda2397215f758b793f741c86be05468257b0e6bcb1a6113882ab5d0df0855c6" | ||