aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/postgresql
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-01-03 13:38:19 +0100
committerKoen Kooi <koen@openembedded.org>2011-01-03 13:38:19 +0100
commit070cbda8e9c073c8fd3b89d2a4c49acbc7fb7918 (patch)
tree539492c8e9a9b8f7c07eccf31267510835ac8d5a /recipes/postgresql
parent83134fa0312694008bf024170c70e526b821ae4d (diff)
downloadopenembedded-070cbda8e9c073c8fd3b89d2a4c49acbc7fb7918.tar.gz
postgres: partially fix dependency on host zic
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/postgresql')
-rw-r--r--recipes/postgresql/postgresql.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/postgresql/postgresql.inc b/recipes/postgresql/postgresql.inc
index 54a046e568..ca8698bc11 100644
--- a/recipes/postgresql/postgresql.inc
+++ b/recipes/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"