aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-07-05 20:57:31 +0200
committerKhem Raj <raj.khem@gmail.com>2020-07-06 07:28:04 -0700
commitb1aad0ba6713be70c5cb098eb99c624bb3ff5804 (patch)
tree3acfcfe117668edc2c69469ad1e5f8e7bfe9a3b3 /meta-oe
parentcaaee6e9ef954c077fee5ae3d741f726e0606767 (diff)
downloadmeta-openembedded-contrib-b1aad0ba6713be70c5cb098eb99c624bb3ff5804.tar.gz
postgresql: remove vacuumlo from contrib
as it is already packaged in client package Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-dbs/postgresql/postgresql.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index 5b20098a72..54ccf1fe7f 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -310,7 +310,7 @@ FILES_libpgtypes-staticdev = "${libdir}/libpgtypes*.a"
FILES_libpgtypes-dev = "${libdir}/libpgtypes*${SOLIBS} ${includedir}/pgtypes*.h"
FILES_${PN}-contrib = " ${bindir}/oid2name ${bindir}/pg_standby \
- ${bindir}/pgbench ${bindir}/vacuumlo \
+ ${bindir}/pgbench \
${S}/contrib/spi/*.example \
${libdir}/${BPN}/_int.so ${libdir}/${BPN}/adminpack.so \
${libdir}/${BPN}/autoinc.so ${libdir}/${BPN}/auto_explain.so \