summaryrefslogtreecommitdiff
path: root/packages/postgresql/postgresql_8.2.4.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-06 16:11:12 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-06 16:11:12 +0000
commit44ac9d49b4e1360af9a420227472ab87252dfb09 (patch)
tree3ae88d0f5fed6266eb5c33244a6865407d6ef254 /packages/postgresql/postgresql_8.2.4.bb
parent8183955add59156fb35c173d14bf250378b1b9ad (diff)
postgresql: unify and fix SRC_URI. Closes bug 3752.
Diffstat (limited to 'packages/postgresql/postgresql_8.2.4.bb')
-rw-r--r--packages/postgresql/postgresql_8.2.4.bb23
1 files changed, 5 insertions, 18 deletions
diff --git a/packages/postgresql/postgresql_8.2.4.bb b/packages/postgresql/postgresql_8.2.4.bb
index 3f65a4fd0d..3dc8577c1c 100644
--- a/packages/postgresql/postgresql_8.2.4.bb
+++ b/packages/postgresql/postgresql_8.2.4.bb
@@ -1,20 +1,7 @@
-DESCRIPTION = "PostgreSQL is a powerful, open source relational database system."
-HOMEPAGE = "http://www.postgresql.com"
-LICENSE = "BSD"
-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"
-
-
-inherit autotools pkgconfig
-
-FILES_${PN}-doc += "${prefix}/doc/"
-
-do_compile_append() {
-cp /usr/sbin/zic ${S}/src/timezone/
-}
+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"