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