diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2020-07-05 20:57:31 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-06 07:28:04 -0700 |
commit | b1aad0ba6713be70c5cb098eb99c624bb3ff5804 (patch) | |
tree | 3acfcfe117668edc2c69469ad1e5f8e7bfe9a3b3 | |
parent | caaee6e9ef954c077fee5ae3d741f726e0606767 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 |
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" | |||
310 | FILES_libpgtypes-dev = "${libdir}/libpgtypes*${SOLIBS} ${includedir}/pgtypes*.h" | 310 | FILES_libpgtypes-dev = "${libdir}/libpgtypes*${SOLIBS} ${includedir}/pgtypes*.h" |
311 | 311 | ||
312 | FILES_${PN}-contrib = " ${bindir}/oid2name ${bindir}/pg_standby \ | 312 | FILES_${PN}-contrib = " ${bindir}/oid2name ${bindir}/pg_standby \ |
313 | ${bindir}/pgbench ${bindir}/vacuumlo \ | 313 | ${bindir}/pgbench \ |
314 | ${S}/contrib/spi/*.example \ | 314 | ${S}/contrib/spi/*.example \ |
315 | ${libdir}/${BPN}/_int.so ${libdir}/${BPN}/adminpack.so \ | 315 | ${libdir}/${BPN}/_int.so ${libdir}/${BPN}/adminpack.so \ |
316 | ${libdir}/${BPN}/autoinc.so ${libdir}/${BPN}/auto_explain.so \ | 316 | ${libdir}/${BPN}/autoinc.so ${libdir}/${BPN}/auto_explain.so \ |