postgresql: remove legacy staging
authorKoen Kooi <koen@openembedded.org>
Mon, 3 Jan 2011 10:46:49 +0000 (11:46 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 3 Jan 2011 10:50:47 +0000 (11:50 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/postgresql/postgresql.inc

index 882f0cb..54a046e 100644 (file)
@@ -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 \