diff options
-rw-r--r-- | recipes-support/postgresql/postgresql.inc | 1 | ||||
-rw-r--r-- | recipes-support/postgresql/postgresql_8.4.4.bb | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/recipes-support/postgresql/postgresql.inc b/recipes-support/postgresql/postgresql.inc index ca8698bc11..edad3bcc5b 100644 --- a/recipes-support/postgresql/postgresql.inc +++ b/recipes-support/postgresql/postgresql.inc | |||
@@ -1,6 +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 | |||
4 | DEPENDS = "zlib readline tzcode-native" | 5 | DEPENDS = "zlib readline tzcode-native" |
5 | 6 | ||
6 | ARM_INSTRUCTION_SET = "arm" | 7 | ARM_INSTRUCTION_SET = "arm" |
diff --git a/recipes-support/postgresql/postgresql_8.4.4.bb b/recipes-support/postgresql/postgresql_8.4.4.bb index 0ec1769ebf..d0f5078498 100644 --- a/recipes-support/postgresql/postgresql_8.4.4.bb +++ b/recipes-support/postgresql/postgresql_8.4.4.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require postgresql.inc | 1 | require postgresql.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=29b81b066680be9ffd98cb9d2afb9de6" | ||
4 | |||
3 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
4 | 6 | ||
5 | SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2 \ | 7 | SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2 \ |