diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-03-14 02:15:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-13 21:27:53 -0700 |
commit | 99793bee6bddd5d01e67b14217078a4bbef87a54 (patch) | |
tree | 5d5ace923427812e02c9f50fc407a81276d45363 /meta-oe/recipes-dbs/postgresql | |
parent | 887ad76f3eb1504a7db64afc94961b60910d45c2 (diff) | |
download | meta-openembedded-99793bee6bddd5d01e67b14217078a4bbef87a54.tar.gz |
postgresql: 12.1 -> 12.2
-License-Update: Copyright year updated to 2020.
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_12.1.bb | 12 | ||||
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_12.2.bb | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.1.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.1.bb deleted file mode 100644 index 486851941..000000000 --- a/meta-oe/recipes-dbs/postgresql/postgresql_12.1.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
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] = "2ee1bd4ec5f49363a3f456f07e599b41" | ||
12 | SRC_URI[sha256sum] = "a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed" | ||
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.2.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.2.bb new file mode 100644 index 000000000..0613e50c7 --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_12.2.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require postgresql.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fc4ce21960f0c561460d750bc270d11f" | ||
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] = "a88ceea8ecf2741307f663e4539b58b7" | ||
12 | SRC_URI[sha256sum] = "ad1dcc4c4fc500786b745635a9e1eba950195ce20b8913f50345bb7d5369b5de" | ||