summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch
diff options
context:
space:
mode:
authorchangqing.li@windriver.com <changqing.li@windriver.com>2020-12-30 09:41:53 +0800
committerKhem Raj <raj.khem@gmail.com>2020-12-29 22:03:27 -0800
commit615a9d633469d03af1241e2836082ff43128461e (patch)
tree43ec2fd0f26bff63875d55dd214fe5b799bd57c9 /meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch
parentd7aa7173405c3b36235af736cd31dbe110708787 (diff)
downloadmeta-openembedded-615a9d633469d03af1241e2836082ff43128461e.tar.gz
postgresql: upgrade 12.4 -> 13.1
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch')
-rw-r--r--meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch20
1 files changed, 11 insertions, 9 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch b/meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch
index 32b7f4284..60b7910c5 100644
--- a/meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch
+++ b/meta-oe/recipes-dbs/postgresql/files/0001-Improve-reproducibility.patch
@@ -1,6 +1,6 @@
1From 3c13315447fa175da6c9ebe59a039e611cdb5bd1 Mon Sep 17 00:00:00 2001 1From 71fbee3888ee889a269eded5585ed7591bcbe9dd Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Changqing Li <changqing.li@windriver.com>
3Date: Tue, 4 Jun 2019 13:45:30 +0800 3Date: Mon, 28 Dec 2020 16:38:21 +0800
4Subject: [PATCH] Improve reproducibility, 4Subject: [PATCH] Improve reproducibility,
5 5
6Remove build patch from binaries which pg_config do 6Remove build patch from binaries which pg_config do
@@ -15,19 +15,21 @@ not recorded
15Upstream-Status: Inappropriate [oe specific] 15Upstream-Status: Inappropriate [oe specific]
16 16
17Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 17Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
18
19update patch for v13.1
20Signed-off-by: Changqing Li <changqing.li@windriver.com>
18--- 21---
19 src/common/Makefile | 4 ---- 22 src/common/Makefile | 3 ---
20 1 file changed, 4 deletions(-) 23 1 file changed, 3 deletions(-)
21 24
22diff --git a/src/common/Makefile b/src/common/Makefile 25diff --git a/src/common/Makefile b/src/common/Makefile
23index 1fc2c66..5e6c457 100644 26index 16619e4..665eaa1 100644
24--- a/src/common/Makefile 27--- a/src/common/Makefile
25+++ b/src/common/Makefile 28+++ b/src/common/Makefile
26@@ -27,10 +27,6 @@ include $(top_builddir)/src/Makefile.global 29@@ -31,9 +31,6 @@ include $(top_builddir)/src/Makefile.global
27 # don't include subdirectory-path-dependent -I and -L switches 30 # don't include subdirectory-path-dependent -I and -L switches
28 STD_CPPFLAGS := $(filter-out -I$(top_srcdir)/src/include -I$(top_builddir)/src/include,$(CPPFLAGS)) 31 STD_CPPFLAGS := $(filter-out -I$(top_srcdir)/src/include -I$(top_builddir)/src/include,$(CPPFLAGS))
29 STD_LDFLAGS := $(filter-out -L$(top_builddir)/src/common -L$(top_builddir)/src/port,$(LDFLAGS)) 32 STD_LDFLAGS := $(filter-out -L$(top_builddir)/src/common -L$(top_builddir)/src/port,$(LDFLAGS))
30-override CPPFLAGS += -DVAL_CONFIGURE="\"$(configure_args)\""
31-override CPPFLAGS += -DVAL_CC="\"$(CC)\"" 33-override CPPFLAGS += -DVAL_CC="\"$(CC)\""
32-override CPPFLAGS += -DVAL_CPPFLAGS="\"$(STD_CPPFLAGS)\"" 34-override CPPFLAGS += -DVAL_CPPFLAGS="\"$(STD_CPPFLAGS)\""
33-override CPPFLAGS += -DVAL_CFLAGS="\"$(CFLAGS)\"" 35-override CPPFLAGS += -DVAL_CFLAGS="\"$(CFLAGS)\""
@@ -35,5 +37,5 @@ index 1fc2c66..5e6c457 100644
35 override CPPFLAGS += -DVAL_LDFLAGS="\"$(STD_LDFLAGS)\"" 37 override CPPFLAGS += -DVAL_LDFLAGS="\"$(STD_LDFLAGS)\""
36 override CPPFLAGS += -DVAL_LDFLAGS_EX="\"$(LDFLAGS_EX)\"" 38 override CPPFLAGS += -DVAL_LDFLAGS_EX="\"$(LDFLAGS_EX)\""
37-- 39--
382.7.4 402.17.1
39 41