summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/postgresql.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-04 00:44:20 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-04 17:41:45 -0800
commit14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295 (patch)
tree5b71e3261028cf7043840154af1a9ae140b8a61e /meta-oe/recipes-dbs/postgresql/postgresql.inc
parent66298242119cf805e757b9af8a7ceaf39c05d69a (diff)
downloadmeta-openembedded-14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295.tar.gz
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql.inc')
-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 257d27b11..00c010746 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-0-Clause" 21LICENSE = "0BSD"
22DEPENDS = "libnsl2 readline tzcode-native" 22DEPENDS = "libnsl2 readline tzcode-native"
23 23
24ARM_INSTRUCTION_SET = "arm" 24ARM_INSTRUCTION_SET = "arm"