summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-13 11:39:29 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-13 11:39:29 +0100
commit49cda5dd66944b6c69338eb6657bc6c17ad8fe13 (patch)
treeb9a833afc51b494f5fccb435501bbd62629c015d /recipes-support
parentcdf0f87d83786452434d7b49debcc5b46b96e76b (diff)
downloadmeta-openembedded-49cda5dd66944b6c69338eb6657bc6c17ad8fe13.tar.gz
postgresql: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/postgresql/postgresql.inc1
-rw-r--r--recipes-support/postgresql/postgresql_8.4.4.bb2
2 files changed, 3 insertions, 0 deletions
diff --git a/recipes-support/postgresql/postgresql.inc b/recipes-support/postgresql/postgresql.inc
index ca8698bc1..edad3bcc5 100644
--- a/recipes-support/postgresql/postgresql.inc
+++ b/recipes-support/postgresql/postgresql.inc
@@ -1,6 +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"
4
4DEPENDS = "zlib readline tzcode-native" 5DEPENDS = "zlib readline tzcode-native"
5 6
6ARM_INSTRUCTION_SET = "arm" 7ARM_INSTRUCTION_SET = "arm"
diff --git a/recipes-support/postgresql/postgresql_8.4.4.bb b/recipes-support/postgresql/postgresql_8.4.4.bb
index 0ec1769eb..d0f507849 100644
--- a/recipes-support/postgresql/postgresql_8.4.4.bb
+++ b/recipes-support/postgresql/postgresql_8.4.4.bb
@@ -1,5 +1,7 @@
1require postgresql.inc 1require postgresql.inc
2 2
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=29b81b066680be9ffd98cb9d2afb9de6"
4
3DEFAULT_PREFERENCE = "-1" 5DEFAULT_PREFERENCE = "-1"
4 6
5SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2 \ 7SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2 \