mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
postgresql: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
cdf0f87d83
commit
49cda5dd66
|
|
@ -1,6 +1,7 @@
|
|||
DESCRIPTION = "PostgreSQL is a powerful, open source relational database system."
|
||||
HOMEPAGE = "http://www.postgresql.com"
|
||||
LICENSE = "BSD"
|
||||
|
||||
DEPENDS = "zlib readline tzcode-native"
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
require postgresql.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=29b81b066680be9ffd98cb9d2afb9de6"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
SRC_URI = "ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.bz2 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user