diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-05-24 00:39:03 +1200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-05-25 08:05:43 +0530 |
| commit | d8cc4e44001c7257273d290ce8c4496e93d32841 (patch) | |
| tree | ea1778eb62163a3833430171dd857154b6e840dd /meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch | |
| parent | 91c3393ce06dbe9716c55b28d5ded68de5d147f9 (diff) | |
| download | meta-openembedded-d8cc4e44001c7257273d290ce8c4496e93d32841.tar.gz | |
postgresql: upgrade 16.12 -> 16.14scarthgap
Also refreshed patches to resolve patch fuzz QA issue.
Bug fix releases
https://www.postgresql.org/docs/release/16.13/
https://www.postgresql.org/docs/release/16.14/
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch')
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch b/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch index ebd3e03685..466206f87d 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From ba079b8d6a50796db41bb0ddf4c22bfe022ef898 Mon Sep 17 00:00:00 2001 | 1 | From c0f5c3d176baf893658e9534256887633e18e3c4 Mon Sep 17 00:00:00 2001 |
| 2 | From: "Richard W.M. Jones" <rjones@redhat.com> | 2 | From: "Richard W.M. Jones" <rjones@redhat.com> |
| 3 | Date: Sun, 20 Nov 2016 15:04:52 +0000 | 3 | Date: Sun, 20 Nov 2016 15:04:52 +0000 |
| 4 | Subject: [PATCH 1/5] Add support for RISC-V. | 4 | Subject: [PATCH] Add support for RISC-V. |
| 5 | 5 | ||
| 6 | The architecture is sufficiently similar to aarch64 that simply | 6 | The architecture is sufficiently similar to aarch64 that simply |
| 7 | extending the existing aarch64 macro works. | 7 | extending the existing aarch64 macro works. |
| @@ -38,6 +38,3 @@ index c9fa84c..9b491e8 100644 | |||
| 38 | 38 | ||
| 39 | 39 | ||
| 40 | /* S/390 and S/390x Linux (32- and 64-bit zSeries) */ | 40 | /* S/390 and S/390x Linux (32- and 64-bit zSeries) */ |
| 41 | -- | ||
| 42 | 2.25.1 | ||
| 43 | |||
