From a0a73c792dde34ef7f9316568c4ad099c52b16d6 Mon Sep 17 00:00:00 2001 From: Junqian Gordon Xu Date: Mon, 4 Aug 2008 14:26:21 +0000 Subject: postgresql: enhance staging, maintain a flat layout of {STAGING_LIBDIR} * bump PR --- packages/postgresql/postgresql.inc | 4 +--- packages/postgresql/postgresql_8.1.4.bb | 2 +- packages/postgresql/postgresql_8.1.8.bb | 2 +- packages/postgresql/postgresql_8.2.4.bb | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/postgresql/postgresql.inc b/packages/postgresql/postgresql.inc index 9f1335b2bd..b30ff3fbf9 100644 --- a/packages/postgresql/postgresql.inc +++ b/packages/postgresql/postgresql.inc @@ -18,9 +18,7 @@ do_compile_append() { do_stage() { autotools_stage_includes - mkdir -p ${STAGING_LIBDIR}/pgsql - oe_libinstall -a -so -C src/interfaces/libpq libpq ${STAGING_LIBDIR}/pgsql - + 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} diff --git a/packages/postgresql/postgresql_8.1.4.bb b/packages/postgresql/postgresql_8.1.4.bb index eb03642085..cfb0162bb4 100644 --- a/packages/postgresql/postgresql_8.1.4.bb +++ b/packages/postgresql/postgresql_8.1.4.bb @@ -1,3 +1,3 @@ require postgresql.inc -PR = "r2" +PR = "r3" diff --git a/packages/postgresql/postgresql_8.1.8.bb b/packages/postgresql/postgresql_8.1.8.bb index eb03642085..cfb0162bb4 100644 --- a/packages/postgresql/postgresql_8.1.8.bb +++ b/packages/postgresql/postgresql_8.1.8.bb @@ -1,3 +1,3 @@ require postgresql.inc -PR = "r2" +PR = "r3" diff --git a/packages/postgresql/postgresql_8.2.4.bb b/packages/postgresql/postgresql_8.2.4.bb index 6e778e5b49..9b60b2b6a7 100644 --- a/packages/postgresql/postgresql_8.2.4.bb +++ b/packages/postgresql/postgresql_8.2.4.bb @@ -1,6 +1,6 @@ require postgresql.inc -PR = "r2" +PR = "r3" DEFAULT_PREFERENCE = "-1" SRC_URI = "http://ftp.de.postgresql.org/mirror/postgresql/source/v${PV}/${P}.tar.bz2 \ -- cgit v1.2.3