diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-13 11:39:29 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-13 11:39:29 +0100 |
commit | 49cda5dd66944b6c69338eb6657bc6c17ad8fe13 (patch) | |
tree | b9a833afc51b494f5fccb435501bbd62629c015d /recipes-support/postgresql/postgresql.inc | |
parent | cdf0f87d83786452434d7b49debcc5b46b96e76b (diff) | |
download | meta-openembedded-49cda5dd66944b6c69338eb6657bc6c17ad8fe13.tar.gz |
postgresql: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-support/postgresql/postgresql.inc')
-rw-r--r-- | recipes-support/postgresql/postgresql.inc | 1 |
1 files changed, 1 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" |