diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-11-07 20:05:55 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-07 17:43:44 -0800 |
commit | 0e88ca24d6953107b6a66b2182ffbee5f807dbf0 (patch) | |
tree | b9e8d02adde1b6c903d0c160221dd5b8fd60c155 /meta-oe/recipes-dbs | |
parent | 6afe317dccbfc637457b88fdc6c3e670d9704462 (diff) | |
download | meta-openembedded-0e88ca24d6953107b6a66b2182ffbee5f807dbf0.tar.gz |
postgresql: upgrade 11.5 -> 12.0
Update 0001-Use-pkg-config-for-libxml2-detection.patch for new version.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.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-Use-pkg-config-for-libxml2-detection.patch | 14 | ||||
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb (renamed from meta-oe/recipes-dbs/postgresql/postgresql_11.5.bb) | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch b/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch index f14da06d91..84cd5c1579 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch | |||
@@ -9,21 +9,25 @@ xml2-config does not work. Use pkgconfig to set CPPFLAGS and LIBS. | |||
9 | 9 | ||
10 | Signed-off-by: Philip Balister <philip@balister.org> | 10 | Signed-off-by: Philip Balister <philip@balister.org> |
11 | 11 | ||
12 | upate to version 10.4 | 12 | update to version 10.4 |
13 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 13 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
14 | |||
15 | Update for version 12.0 | ||
16 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | ||
14 | --- | 17 | --- |
15 | configure.in | 15 ++------------- | 18 | configure.in | 16 ++-------------- |
16 | 1 file changed, 2 insertions(+), 13 deletions(-) | 19 | 1 file changed, 2 insertions(+), 14 deletions(-) |
17 | 20 | ||
18 | diff --git a/configure.in b/configure.in | 21 | diff --git a/configure.in b/configure.in |
19 | index d9fe56e..3e2cd3a 100644 | 22 | index 6942f81..7fd3e78 100644 |
20 | --- a/configure.in | 23 | --- a/configure.in |
21 | +++ b/configure.in | 24 | +++ b/configure.in |
22 | @@ -816,19 +816,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build with XML support], | 25 | @@ -923,20 +923,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build with XML support], |
23 | [AC_DEFINE([USE_LIBXML], 1, [Define to 1 to build with XML support. (--with-libxml)])]) | 26 | [AC_DEFINE([USE_LIBXML], 1, [Define to 1 to build with XML support. (--with-libxml)])]) |
24 | 27 | ||
25 | if test "$with_libxml" = yes ; then | 28 | if test "$with_libxml" = yes ; then |
26 | - PGAC_PATH_PROGS(XML2_CONFIG, xml2-config) | 29 | - PGAC_PATH_PROGS(XML2_CONFIG, xml2-config) |
30 | - AC_ARG_VAR(XML2_CONFIG, [path to xml2-config utility])dnl | ||
27 | - if test -n "$XML2_CONFIG"; then | 31 | - if test -n "$XML2_CONFIG"; then |
28 | - for pgac_option in `$XML2_CONFIG --cflags`; do | 32 | - for pgac_option in `$XML2_CONFIG --cflags`; do |
29 | - case $pgac_option in | 33 | - case $pgac_option in |
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_11.5.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb index fd4200a733..d5b1ebdb5e 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql_11.5.bb +++ b/meta-oe/recipes-dbs/postgresql/postgresql_12.0.bb | |||
@@ -8,5 +8,5 @@ SRC_URI += "\ | |||
8 | file://0001-Improve-reproducibility.patch \ | 8 | file://0001-Improve-reproducibility.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI[md5sum] = "580da94f6d85046ff2a228785ab2cc89" | 11 | SRC_URI[md5sum] = "87545416ef021eee8621d31a93fcc899" |
12 | SRC_URI[sha256sum] = "7fdf23060bfc715144cbf2696cf05b0fa284ad3eb21f0c378591c6bca99ad180" | 12 | SRC_URI[sha256sum] = "cda2397215f758b793f741c86be05468257b0e6bcb1a6113882ab5d0df0855c6" |