mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-20 16:20:31 +00:00
sqlite: Point to Makefile in source directory
Makefile.linux-gcc used to compile sqlite is found in the source directory. When building out-of-tree, we need to specify the whole path. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
74c3fdbcd8
commit
a2cd67f9d4
@@ -26,7 +26,7 @@ do_configure() {
|
||||
}
|
||||
|
||||
do_compile() {
|
||||
oe_runmake -f Makefile.linux-gcc \
|
||||
oe_runmake -f ${S}/Makefile.linux-gcc \
|
||||
TOP="${S}" \
|
||||
BCC="${BUILD_CC}" \
|
||||
TCC="${CC}" \
|
||||
|
||||
Reference in New Issue
Block a user