mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 15:42:54 +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:
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}" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user