aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-03 17:15:38 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-03 17:15:38 +0100
commitfc6ef376edf64e0840d9c6f889397499ebf11e9b (patch)
tree96e52d4f6200c14cce50165f2d58a85d05f51321
parent8133abc6a2019e2ade6e561a06d7a7fa0ef56981 (diff)
downloadmeta-openembedded-contrib-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.inc2
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 @@
DESCRIPTION = "PostgreSQL is a powerful, open source relational database system."
HOMEPAGE = "http://www.postgresql.com"
LICENSE = "BSD"
-DEPENDS = "zlib readline"
+DEPENDS = "zlib readline tzcode-native"
ARM_INSTRUCTION_SET = "arm"