diff options
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3.32.1.bb')
| -rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.32.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.32.1.bb b/meta/recipes-support/sqlite/sqlite3_3.32.1.bb new file mode 100644 index 0000000000..d6081f10ad --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.32.1.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | require sqlite3.inc | ||
| 2 | |||
| 3 | LICENSE = "PD" | ||
| 4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" | ||
| 5 | |||
| 6 | SRC_URI = "http://www.sqlite.org/2020/sqlite-autoconf-${SQLITE_PV}.tar.gz" | ||
| 7 | SRC_URI[md5sum] = "bc7afc06f1e30b09ac930957af68d723" | ||
| 8 | SRC_URI[sha256sum] = "486748abfb16abd8af664e3a5f03b228e5f124682b0c942e157644bf6fff7d10" | ||
| 9 | |||
| 10 | # -19242 is only an issue in specific development branch commits | ||
| 11 | CVE_CHECK_WHITELIST += "CVE-2019-19242" | ||
