From 44ac9d49b4e1360af9a420227472ab87252dfb09 Mon Sep 17 00:00:00 2001
From: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
Date: Wed, 6 Feb 2008 16:11:12 +0000
Subject: postgresql: unify and fix SRC_URI.  Closes bug 3752.

---
 packages/postgresql/postgresql_8.1.4.bb | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

(limited to 'packages/postgresql/postgresql_8.1.4.bb')

diff --git a/packages/postgresql/postgresql_8.1.4.bb b/packages/postgresql/postgresql_8.1.4.bb
index 083fed5a21..27b067b5cb 100644
--- a/packages/postgresql/postgresql_8.1.4.bb
+++ b/packages/postgresql/postgresql_8.1.4.bb
@@ -1,20 +1,3 @@
-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-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/
-}
-
-
+require postgresql.inc
 
+PR = "r1"
-- 
cgit v1.2.3