[oe-commits] Koen Kooi : postgresql: remove legacy staging

git version control git at git.openembedded.org
Mon Jan 3 10:53:09 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 68ec0723d826954b82bd424e2786d81324e98cea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=68ec0723d826954b82bd424e2786d81324e98cea

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jan  3 11:46:49 2011 +0100

postgresql: remove legacy staging

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/postgresql/postgresql.inc |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/recipes/postgresql/postgresql.inc b/recipes/postgresql/postgresql.inc
index 882f0cb..54a046e 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 \





More information about the Openembedded-commits mailing list