summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/postgresql.inc
diff options
context:
space:
mode:
authorRobert Joslyn <robert.joslyn@redrectangle.org>2020-09-14 21:29:43 -0700
committerArmin Kuster <akuster808@gmail.com>2020-09-19 11:21:19 -0700
commit0e752b846844d524b884acd27748a8659631f2b3 (patch)
treeafae2c8b021cab5b2725dd2ed0ac999be1da27df /meta-oe/recipes-dbs/postgresql/postgresql.inc
parentd7b41ced4b9a9a68083b0fcceff3b226298cff8b (diff)
downloadmeta-openembedded-0e752b846844d524b884acd27748a8659631f2b3.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 The update from 12.3 to 12.4 is a minor release with bug and security fixes: https://www.postgresql.org/docs/current/release-12-4.html Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql.inc')
-rw-r--r--meta-oe/recipes-dbs/postgresql/postgresql.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index 5b20098a72..5b5bfb0886 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
248FILES_${PN}-client = "${bindir}/clusterdb \ 248FILES_${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 \