mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
sqlite: Fix build with hardening flags
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -8,9 +8,11 @@ LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=10;md5=e98469a8efa024a
|
||||
PR = "r7"
|
||||
|
||||
SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \
|
||||
file://mainmk_build_dynamic.patch \
|
||||
file://mainmk_no_tcl.patch \
|
||||
file://sqlite.pc"
|
||||
file://mainmk_build_dynamic.patch \
|
||||
file://mainmk_no_tcl.patch \
|
||||
file://sqlite.pc \
|
||||
file://0001-shell.c-Fix-format-not-a-string-literal-warning.patch \
|
||||
"
|
||||
|
||||
SOURCES = "attach.o auth.o btree.o btree_rb.o build.o copy.o date.o delete.o \
|
||||
expr.o func.o hash.o insert.o main.o opcodes.o os.o pager.o \
|
||||
|
||||
Reference in New Issue
Block a user