postgres: partially fix dependency on host zic
authorKoen Kooi <koen@openembedded.org>
Mon, 3 Jan 2011 12:38:19 +0000 (13:38 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 3 Jan 2011 12:38:19 +0000 (13:38 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/postgresql/postgresql.inc

index 54a046e..ca8698b 100644 (file)
@@ -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"