postgresql: enhance staging, maintain a flat layout of {STAGING_LIBDIR}
authorJunqian Gordon Xu <xjqian@gmail.com>
Mon, 4 Aug 2008 14:26:21 +0000 (14:26 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Mon, 4 Aug 2008 14:26:21 +0000 (14:26 +0000)
* bump PR

packages/postgresql/postgresql.inc
packages/postgresql/postgresql_8.1.4.bb
packages/postgresql/postgresql_8.1.8.bb
packages/postgresql/postgresql_8.2.4.bb

index 9f1335b..b30ff3f 100644 (file)
@@ -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}
index 6e778e5..9b60b2b 100644 (file)
@@ -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 \