[oe-commits] Koen Kooi : postgres: partially fix dependency on host zic

git version control git at git.openembedded.org
Mon Jan 3 12:39:54 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 070cbda8e9c073c8fd3b89d2a4c49acbc7fb7918
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=070cbda8e9c073c8fd3b89d2a4c49acbc7fb7918

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jan  3 13:38:19 2011 +0100

postgres: partially fix dependency on host zic

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/postgresql/postgresql.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/postgresql/postgresql.inc b/recipes/postgresql/postgresql.inc
index 54a046e..ca8698b 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"
 





More information about the Openembedded-commits mailing list