mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +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() {
|
do_compile() {
|
||||||
oe_runmake -f Makefile.linux-gcc \
|
oe_runmake -f ${S}/Makefile.linux-gcc \
|
||||||
TOP="${S}" \
|
TOP="${S}" \
|
||||||
BCC="${BUILD_CC}" \
|
BCC="${BUILD_CC}" \
|
||||||
TCC="${CC}" \
|
TCC="${CC}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user