summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-23 15:15:53 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-25 10:29:51 -0700
commitf29988781f11cc024f62a1976ad39dc5fe3503cd (patch)
tree3c0b3e1c9ff66e3efd250be07434fbf70dfb07ba
parent91ebe6f2dbc6cfead0c4da9ab08e062dba9da80d (diff)
downloadmeta-openembedded-f29988781f11cc024f62a1976ad39dc5fe3503cd.tar.gz
postgresql: Clarify BSD license variant
The License of postgresql is BSD-0-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-dbs/postgresql/postgresql.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index 0fe5d58e1c..91d0275b3b 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -18,7 +18,7 @@ DESCRIPTION = "\
18 this package if you're installing the postgresql-server package. \ 18 this package if you're installing the postgresql-server package. \
19" 19"
20HOMEPAGE = "http://www.postgresql.com" 20HOMEPAGE = "http://www.postgresql.com"
21LICENSE = "BSD" 21LICENSE = "BSD-0-Clause"
22DEPENDS = "libnsl2 zlib readline tzcode-native" 22DEPENDS = "libnsl2 zlib readline tzcode-native"
23 23
24ARM_INSTRUCTION_SET = "arm" 24ARM_INSTRUCTION_SET = "arm"