From 68ec0723d826954b82bd424e2786d81324e98cea Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 3 Jan 2011 11:46:49 +0100 Subject: [PATCH] postgresql: remove legacy staging Signed-off-by: Koen Kooi --- recipes/postgresql/postgresql.inc | 9 --------- 1 file changed, 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 \ -- 2.39.5