From: Koen Kooi Date: Mon, 3 Jan 2011 10:46:49 +0000 (+0100) Subject: postgresql: remove legacy staging X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68ec0723d826954b82bd424e2786d81324e98cea;p=openembedded.git postgresql: remove legacy staging Signed-off-by: Koen Kooi --- 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 \