summaryrefslogtreecommitdiffstats
path: root/recipes-core/javasqlite/javasqlite_20150419.bb
diff options
context:
space:
mode:
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