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:
Ash Charles
2014-05-26 11:11:49 -07:00
committed by Martin Jansa
parent 74c3fdbcd8
commit a2cd67f9d4

View File

@@ -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}" \