diff options
| author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-06 16:38:07 +0000 |
|---|---|---|
| committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-06 16:38:07 +0000 |
| commit | 971d3c239dcb1fbd91f4dc3a5a0ff22fd31f676b (patch) | |
| tree | e8a72a0d207229966a2d69622003ad485a97a4ff /packages/postgresql/postgresql_8.2.4.bb | |
| parent | fe124765315ee602acc6b4c4a2f07f008a242ce1 (diff) | |
| parent | 44ac9d49b4e1360af9a420227472ab87252dfb09 (diff) | |
merge of '04d71b254a1cb165a6dab2688fc19c937e10afc5'
and '3db1a7f8ffb636e2a0489fd213705447a66fd326'
Diffstat (limited to 'packages/postgresql/postgresql_8.2.4.bb')
| -rw-r--r-- | packages/postgresql/postgresql_8.2.4.bb | 23 |
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" |
