diff options
author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2020-09-12 16:20:02 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-12 18:46:28 -0700 |
commit | e5412c22032e929c445d500b7155a17b97dd4c34 (patch) | |
tree | 5ffd4d90b867c75a38d519add522e73b4b2acab1 /meta-oe/recipes-dbs | |
parent | 2ecf202d16403f468930c158484bb247de5536c2 (diff) | |
download | meta-openembedded-e5412c22032e929c445d500b7155a17b97dd4c34.tar.gz |
postgresql: Update to 12.4
createlang, droplang, and the tsearch2 module were all removed in the
10.0 release. More details are in the release notes:
https://www.postgresql.org/docs/10/release-10.html
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql.inc | 4 | ||||
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_12.4.bb (renamed from meta-oe/recipes-dbs/postgresql/postgresql_12.3.bb) | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc index 54ccf1fe7f..090e16f58e 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc | |||
@@ -247,10 +247,8 @@ FILES_${PN} += "${sysconfdir}/init.d/${BPN}-server \ | |||
247 | 247 | ||
248 | FILES_${PN}-client = "${bindir}/clusterdb \ | 248 | FILES_${PN}-client = "${bindir}/clusterdb \ |
249 | ${bindir}/createdb \ | 249 | ${bindir}/createdb \ |
250 | ${bindir}/createlang \ | ||
251 | ${bindir}/createuser \ | 250 | ${bindir}/createuser \ |
252 | ${bindir}/dropdb \ | 251 | ${bindir}/dropdb \ |
253 | ${bindir}/droplang \ | ||
254 | ${bindir}/dropuser \ | 252 | ${bindir}/dropuser \ |
255 | ${bindir}/pg_dump \ | 253 | ${bindir}/pg_dump \ |
256 | ${bindir}/pg_dumpall \ | 254 | ${bindir}/pg_dumpall \ |
@@ -332,7 +330,7 @@ FILES_${PN}-contrib = " ${bindir}/oid2name ${bindir}/pg_standby \ | |||
332 | ${libdir}/${BPN}/sslinfo.so \ | 330 | ${libdir}/${BPN}/sslinfo.so \ |
333 | ${libdir}/${BPN}/tablefunc.so \ | 331 | ${libdir}/${BPN}/tablefunc.so \ |
334 | ${libdir}/${BPN}/test_parser.so ${libdir}/${BPN}/timetravel.so \ | 332 | ${libdir}/${BPN}/test_parser.so ${libdir}/${BPN}/timetravel.so \ |
335 | ${libdir}/${BPN}/tsearch2.so ${libdir}/${BPN}/uuid-ossp.so \ | 333 | ${libdir}/${BPN}/uuid-ossp.so \ |
336 | ${libdir}/${BPN}/pgxml.so ${libdir}/${BPN}/passwordcheck.so \ | 334 | ${libdir}/${BPN}/pgxml.so ${libdir}/${BPN}/passwordcheck.so \ |
337 | ${libdir}/${BPN}/pg_upgrade_support.so ${libdir}/${BPN}/.so \ | 335 | ${libdir}/${BPN}/pg_upgrade_support.so ${libdir}/${BPN}/.so \ |
338 | ${libdir}/${BPN}/unaccent.so \ | 336 | ${libdir}/${BPN}/unaccent.so \ |
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.3.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.4.bb index cc7e3ff52b..6ea9acc000 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql_12.3.bb +++ b/meta-oe/recipes-dbs/postgresql/postgresql_12.4.bb | |||
@@ -8,5 +8,4 @@ SRC_URI += "\ | |||
8 | file://0001-Improve-reproducibility.patch \ | 8 | file://0001-Improve-reproducibility.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI[md5sum] = "a30c023dd7088e44d73be71af2ef404a" | 11 | SRC_URI[sha256sum] = "bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc" |
12 | SRC_URI[sha256sum] = "94ed64a6179048190695c86ec707cc25d016056ce10fc9d229267d9a8f1dcf41" | ||