[oe-commits] : postgresql: enhance staging, maintain a flat layout of {STAGING_LIBDIR}

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Aug 6 02:33:06 UTC 2008


Module: OE.dev
Branch: master
Commit: 1ceddd20a236d401a19002c0a25c32b5c8a90969
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=1ceddd20a236d401a19002c0a25c32b5c8a90969

Author:  <xjqian at openembedded.org>
Date:   Mon Aug  4 14:26:21 2008 +0000

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 9f1335b..b30ff3f 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 eb03642..cfb0162 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 eb03642..cfb0162 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 6e778e5..9b60b2b 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 \





More information about the Openembedded-commits mailing list