summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
1DESCRIPTION = "PostgreSQL is a powerful, open source relational database system." 1DESCRIPTION = "PostgreSQL is a powerful, open source relational database system."
2HOMEPAGE = "http://www.postgresql.com" 2HOMEPAGE = "http://www.postgresql.com"
3LICENSE = "BSD" 3LICENSE = "BSD"
4DEPENDS = "zlib readline" 4DEPENDS = "zlib readline tzcode-native"
5 5
6ARM_INSTRUCTION_SET = "arm" 6ARM_INSTRUCTION_SET = "arm"
7 7