summaryrefslogtreecommitdiffstats
path: root/recipes-core/javasqlite/javasqlite_20150419.bb
diff options
context:
space:
mode:
authorDouglas Royds <douglas.royds@taitradio.com>2022-05-19 13:43:53 +1200
committerRichard Leitner <richard.leitner@skidata.com>2022-08-22 10:12:29 +0200
commit6b2a48c3a7b1236a9d915135f685ef7eef5dcd02 (patch)
tree16abee094948bda67ed09daf1bbaa9d7d6c48b9f /recipes-core/javasqlite/javasqlite_20150419.bb
parentf61c2c48b24d38ebf25f91b148eb7b92a7616543 (diff)
downloadmeta-java-6b2a48c3a7b1236a9d915135f685ef7eef5dcd02.tar.gz
BSD licenses: Updated to SPDX namings
javasqlite has an MIT license, not a BSD one. Silences warnings of this form: WARNING: jzlib-native-1.0.7-r0 do_populate_lic: QA Issue: jzlib-native: No generic license file exists for: BSD in any provider [license-exists] Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/javasqlite/javasqlite_20150419.bb')
-rw-r--r--recipes-core/javasqlite/javasqlite_20150419.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/javasqlite/javasqlite_20150419.bb b/recipes-core/javasqlite/javasqlite_20150419.bb
index 1ae072f..27dad88 100644
--- a/recipes-core/javasqlite/javasqlite_20150419.bb
+++ b/recipes-core/javasqlite/javasqlite_20150419.bb
@@ -5,7 +5,7 @@ This is a Java wrapper including a basic JDBC driver for the SQLite 2/3 \
5database engine. It is designed using JNI to interface to the SQLite API. \ 5database engine. It is designed using JNI to interface to the SQLite API. \
6That API is wrapped by methods in the SQLite.Database class." 6That API is wrapped by methods in the SQLite.Database class."
7 7
8LICENSE = "BSD" 8LICENSE = "MIT-Modern-Variant"
9SECTION = "application" 9SECTION = "application"
10PR = "r1" 10PR = "r1"
11SRC_URI = " \ 11SRC_URI = " \
@@ -13,7 +13,7 @@ SRC_URI = " \
13 file://0001-fix-errors-during-cross-compile.patch \ 13 file://0001-fix-errors-during-cross-compile.patch \
14 " 14 "
15 15
16LIC_FILES_CHKSUM = "file://license.terms;md5=3da0e50feac5f64f08184584a8cad58a" 16LIC_FILES_CHKSUM = "file://license.terms;md5=788a765d15de8312110c282b2ef53c83"
17 17
18inherit autotools-brokensep 18inherit autotools-brokensep
19 19