diff options
author | Zheng Ruoqin <zhengrq.fnst@fujitsu.com> | 2022-02-23 10:36:33 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-23 09:25:19 -0800 |
commit | eb62c5af59924b6b96d29f2ac58a9e8312f3dc9e (patch) | |
tree | 94c2767a7a7e971e8be43f0a106e8b8f394e3212 /meta-oe/recipes-dbs | |
parent | 0733019d043eec7c8fc228e7d53d11227ddb45ef (diff) | |
download | meta-openembedded-eb62c5af59924b6b96d29f2ac58a9e8312f3dc9e.tar.gz |
postgresql: upgrade 14.1 -> 14.2
refresh 0001-configure.ac-bypass-autoconf-2.69-version-check.patch
License-Update: year updated to 2022
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch | 10 | ||||
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_14.2.bb (renamed from meta-oe/recipes-dbs/postgresql/postgresql_14.1.bb) | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch b/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch index 3d969cc7e..39ec7c2c8 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 053e8fc51bd9688100ce284a9c7afab88656386f Mon Sep 17 00:00:00 2001 | 1 | From 9c9ac8b64f940bf69ecdc92abca9b58f12b401c3 Mon Sep 17 00:00:00 2001 |
2 | From: Yi Fan Yu <yifan.yu@windriver.com> | 2 | From: Yi Fan Yu <yifan.yu@windriver.com> |
3 | Date: Fri, 5 Feb 2021 17:15:42 -0500 | 3 | Date: Fri, 5 Feb 2021 17:15:42 -0500 |
4 | Subject: [PATCH] configure.ac: bypass autoconf 2.69 version check | 4 | Subject: [PATCH] configure.ac: bypass autoconf 2.69 version check |
@@ -8,17 +8,18 @@ for upgrade to autoconf 2.71 | |||
8 | Upstream-Status: Inappropriate [disable feature] | 8 | Upstream-Status: Inappropriate [disable feature] |
9 | 9 | ||
10 | Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> | 10 | Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> |
11 | |||
11 | --- | 12 | --- |
12 | configure.ac | 4 ---- | 13 | configure.ac | 4 ---- |
13 | 1 file changed, 4 deletions(-) | 14 | 1 file changed, 4 deletions(-) |
14 | 15 | ||
15 | diff --git a/configure.ac b/configure.ac | 16 | diff --git a/configure.ac b/configure.ac |
16 | index 7170f26..daf85b9 100644 | 17 | index 3b148b6..94f39c5 100644 |
17 | --- a/configure.ac | 18 | --- a/configure.ac |
18 | +++ b/configure.ac | 19 | +++ b/configure.ac |
19 | @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros | 20 | @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros |
20 | 21 | ||
21 | AC_INIT([PostgreSQL], [14.1], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) | 22 | AC_INIT([PostgreSQL], [14.2], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) |
22 | 23 | ||
23 | -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. | 24 | -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. |
24 | -Untested combinations of 'autoconf' and PostgreSQL versions are not | 25 | -Untested combinations of 'autoconf' and PostgreSQL versions are not |
@@ -27,6 +28,3 @@ index 7170f26..daf85b9 100644 | |||
27 | AC_COPYRIGHT([Copyright (c) 1996-2021, PostgreSQL Global Development Group]) | 28 | AC_COPYRIGHT([Copyright (c) 1996-2021, PostgreSQL Global Development Group]) |
28 | AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) | 29 | AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) |
29 | AC_CONFIG_AUX_DIR(config) | 30 | AC_CONFIG_AUX_DIR(config) |
30 | -- | ||
31 | 2.34.1 | ||
32 | |||
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_14.1.bb b/meta-oe/recipes-dbs/postgresql/postgresql_14.2.bb index 680b50bb4..52e886714 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql_14.1.bb +++ b/meta-oe/recipes-dbs/postgresql/postgresql_14.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require postgresql.inc | 1 | require postgresql.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=255f15687738db8068fbe9b938c90217" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=75af6e3eeec4a06cdd2e578673236fc3" |
4 | 4 | ||
5 | SRC_URI += "\ | 5 | SRC_URI += "\ |
6 | file://not-check-libperl.patch \ | 6 | file://not-check-libperl.patch \ |
@@ -10,4 +10,4 @@ SRC_URI += "\ | |||
10 | file://remove_duplicate.patch \ | 10 | file://remove_duplicate.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "4d3c101ea7ae38982f06bdc73758b53727fb6402ecd9382006fa5ecc7c2ca41f" | 13 | SRC_URI[sha256sum] = "2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a" |