diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-06 16:42:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-06 16:42:44 +0000 |
commit | 8f29644efce44f9059fb290b644047caf9146c1b (patch) | |
tree | 48988acb0aae4225fb1ef2c5599dba659ad6744d /packages/postgresql/postgresql_8.1.4.bb | |
parent | 670cceb7f604c6ad6edf47431326434574fbf114 (diff) | |
parent | 1b7fb667944736d86e8b483727f87998083e8972 (diff) |
merge of '298797d86056bd55b8e0191685cb8ae42de55f7d'
and 'e3a17e2ff263cac6d4b035034dc79a0e05fc548d'
Diffstat (limited to 'packages/postgresql/postgresql_8.1.4.bb')
-rw-r--r-- | packages/postgresql/postgresql_8.1.4.bb | 21 |
1 files changed, 2 insertions, 19 deletions
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" |