[oe-commits] org.oe.dev postgresql: unify and fix SRC_URI. Closes bug 3752.

Laibsch commit openembedded-commits at lists.openembedded.org
Wed Feb 6 16:15:57 UTC 2008


postgresql: unify and fix SRC_URI.  Closes bug 3752.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 3db1a7f8ffb636e2a0489fd213705447a66fd326
ViewMTN: http://monotone.openembedded.org/revision/info/3db1a7f8ffb636e2a0489fd213705447a66fd326
Files:
1
packages/postgresql/postgresql_8.2.4.bb
packages/postgresql/postgresql.inc
packages/postgresql/postgresql_8.1.4.bb
packages/postgresql/postgresql_8.1.8.bb
Diffs:

#
# mt diff -r55373d0f032518e68dd4f39df8983ede9ea7659b -r3db1a7f8ffb636e2a0489fd213705447a66fd326
#
# 
# 
# rename "packages/postgresql/postgresql_8.2.4.bb"
#     to "packages/postgresql/postgresql.inc"
# 
# add_file "packages/postgresql/postgresql_8.2.4.bb"
#  content [41ca5b2fb5d019ac39217a5c0179b31e6f22ec24]
# 
# patch "packages/postgresql/postgresql.inc"
#  from [969bc54ca34868f98644e9c9079ec2525cc08bbc]
#    to [e37431b7065b95ed185a1fa0cc6c30c0d2898034]
# 
# patch "packages/postgresql/postgresql_8.1.4.bb"
#  from [98fe892b8cf4a6013e48a0e9e68aca394fbe2e47]
#    to [deb1ab6389bb118cc689529caaaf09ec341b5fa2]
# 
# patch "packages/postgresql/postgresql_8.1.8.bb"
#  from [3457236ec656fc67c87d390af818ef6b2f5b9f75]
#    to [deb1ab6389bb118cc689529caaaf09ec341b5fa2]
# 
============================================================
--- packages/postgresql/postgresql_8.2.4.bb	41ca5b2fb5d019ac39217a5c0179b31e6f22ec24
+++ packages/postgresql/postgresql_8.2.4.bb	41ca5b2fb5d019ac39217a5c0179b31e6f22ec24
@@ -0,0 +1,7 @@
+require postgresql.inc
+
+PR = "r1"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "http://ftp.de.postgresql.org/mirror/postgresql/source/v${PV}/${P}.tar.bz2 \
+           file://no-ecpg-test.patch;patch=1"
============================================================
--- packages/postgresql/postgresql_8.2.4.bb	969bc54ca34868f98644e9c9079ec2525cc08bbc
+++ packages/postgresql/postgresql.inc	e37431b7065b95ed185a1fa0cc6c30c0d2898034
@@ -5,16 +5,12 @@ DEPENDS = "zlib readline"
 
 #WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
 
-SRC_URI = "ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${PV}/${P}.tar.bz2 \
-	file://no-ecpg-test.patch;patch=1"
+SRC_URI = "ftp://ftp-archives.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
 
-
 inherit autotools pkgconfig
 
-FILES_${PN}-doc += "${prefix}/doc/"
-
 do_compile_append() {
-cp /usr/sbin/zic ${S}/src/timezone/
+         cp /usr/sbin/zic ${S}/src/timezone/
 }
 
+FILES_${PN}-doc += "${prefix}/doc/"
-DEFAULT_PREFERENCE = "-1"
============================================================
--- packages/postgresql/postgresql_8.1.4.bb	98fe892b8cf4a6013e48a0e9e68aca394fbe2e47
+++ packages/postgresql/postgresql_8.1.4.bb	deb1ab6389bb118cc689529caaaf09ec341b5fa2
@@ -1,20 +1,3 @@
-DESCRIPTION = "PostgreSQL is a powerful, open source relational database system."
-HOMEPAGE = "http://www.postgresql.com"
-LICENSE = "BSD"
-DEPENDS = "zlib readline"
+require postgresql.inc
 
+PR = "r1"
-#WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
-
-SRC_URI = "ftp://ftp-archives.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"
-
-
-inherit autotools pkgconfig
-
-FILES_${PN}-doc += "${prefix}/doc/"
-
-do_compile_append() {
-cp /usr/sbin/zic ${S}/src/timezone/
-}
-
-
-
============================================================
--- packages/postgresql/postgresql_8.1.8.bb	3457236ec656fc67c87d390af818ef6b2f5b9f75
+++ packages/postgresql/postgresql_8.1.8.bb	deb1ab6389bb118cc689529caaaf09ec341b5fa2
@@ -1,20 +1,3 @@
-DESCRIPTION = "PostgreSQL is a powerful, open source relational database system."
-HOMEPAGE = "http://www.postgresql.com"
-LICENSE = "BSD"
-DEPENDS = "zlib readline"
+require postgresql.inc
 
+PR = "r1"
-#WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
-
-SRC_URI = "ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${PV}/${P}.tar.bz2"
-
-
-inherit autotools pkgconfig
-
-FILES_${PN}-doc += "${prefix}/doc/"
-
-do_compile_append() {
-cp /usr/sbin/zic ${S}/src/timezone/
-}
-
-
-






More information about the Openembedded-commits mailing list