From: Koen Kooi Date: Mon, 3 Jan 2011 12:38:19 +0000 (+0100) Subject: postgres: partially fix dependency on host zic X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=070cbda8e9c073c8fd3b89d2a4c49acbc7fb7918;p=openembedded.git postgres: partially fix dependency on host zic Signed-off-by: Koen Kooi --- 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"