From 287625a6401cecb19897389f72f38b4e88fa41c9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 4 Dec 2019 07:02:18 -0800 Subject: postgresql: 12.0 -> 12.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb | 12 ------------ meta-oe/recipes-dbs/postgresql/postgresql_12.1.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb create mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_12.1.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb deleted file mode 100644 index d5b1ebdb5e..0000000000 --- a/meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -require postgresql.inc - -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=87da2b84884860b71f5f24ab37e7da78" - -SRC_URI += "\ - file://not-check-libperl.patch \ - file://0001-Add-support-for-RISC-V.patch \ - file://0001-Improve-reproducibility.patch \ -" - -SRC_URI[md5sum] = "87545416ef021eee8621d31a93fcc899" -SRC_URI[sha256sum] = "cda2397215f758b793f741c86be05468257b0e6bcb1a6113882ab5d0df0855c6" diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.1.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.1.bb new file mode 100644 index 0000000000..486851941d --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_12.1.bb @@ -0,0 +1,12 @@ +require postgresql.inc + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=87da2b84884860b71f5f24ab37e7da78" + +SRC_URI += "\ + file://not-check-libperl.patch \ + file://0001-Add-support-for-RISC-V.patch \ + file://0001-Improve-reproducibility.patch \ +" + +SRC_URI[md5sum] = "2ee1bd4ec5f49363a3f456f07e599b41" +SRC_URI[sha256sum] = "a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed" -- cgit v1.2.3-54-g00ecf