aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/postgresql
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-01-03 11:46:49 +0100
committerKoen Kooi <koen@openembedded.org>2011-01-03 11:50:47 +0100
commit68ec0723d826954b82bd424e2786d81324e98cea (patch)
treed504cc01c2a2c149726ec2af5ae77e59445f4e3d /recipes/postgresql
parentfa82a13faa5d665ebc5cefa97823f9e5dcb7473c (diff)
downloadopenembedded-68ec0723d826954b82bd424e2786d81324e98cea.tar.gz
postgresql: remove legacy staging
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/postgresql')
-rw-r--r--recipes/postgresql/postgresql.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes/postgresql/postgresql.inc b/recipes/postgresql/postgresql.inc
index 882f0cb4c3..54a046e568 100644
--- a/recipes/postgresql/postgresql.inc
+++ b/recipes/postgresql/postgresql.inc
@@ -20,15 +20,6 @@ do_compile_append() {
cp /usr/sbin/zic ${S}/src/timezone/
}
-do_stage() {
- autotools_stage_includes
-
- oe_libinstall -a -so -C src/interfaces/libpq libpq ${STAGING_LIBDIR}
- oe_libinstall -a -so -C src/interfaces/ecpg/ecpglib libecpg ${STAGING_LIBDIR}
- oe_libinstall -a -so -C src/interfaces/ecpg/compatlib libecpg_compat ${STAGING_LIBDIR}
- oe_libinstall -a -so -C src/interfaces/ecpg/pgtypeslib libpgtypes ${STAGING_LIBDIR}
-}
-
PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \
libecpg-compat-dbg libecpg-compat \
libecpg-dbg libecpg libecpg-dev \