diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 17:15:38 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 17:15:38 +0100 |
| commit | fc6ef376edf64e0840d9c6f889397499ebf11e9b (patch) | |
| tree | 96e52d4f6200c14cce50165f2d58a85d05f51321 | |
| parent | 8133abc6a2019e2ade6e561a06d7a7fa0ef56981 (diff) | |
| download | meta-openembedded-fc6ef376edf64e0840d9c6f889397499ebf11e9b.tar.gz | |
postgres: partially fix dependency on host zic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | recipes-support/postgresql/postgresql.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/postgresql/postgresql.inc b/recipes-support/postgresql/postgresql.inc index 54a046e568..ca8698bc11 100644 --- a/recipes-support/postgresql/postgresql.inc +++ b/recipes-support/postgresql/postgresql.inc | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "PostgreSQL is a powerful, open source relational database system." | 1 | DESCRIPTION = "PostgreSQL is a powerful, open source relational database system." |
| 2 | HOMEPAGE = "http://www.postgresql.com" | 2 | HOMEPAGE = "http://www.postgresql.com" |
| 3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
| 4 | DEPENDS = "zlib readline" | 4 | DEPENDS = "zlib readline tzcode-native" |
| 5 | 5 | ||
| 6 | ARM_INSTRUCTION_SET = "arm" | 6 | ARM_INSTRUCTION_SET = "arm" |
| 7 | 7 | ||
