Message ID | 1401127909-3765-1-git-send-email-ashcharles@gmail.com |
---|---|
State | New, archived |
Headers | show |
diff --git a/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb b/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb index 5148f35..e6e14c2 100644 --- a/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb +++ b/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb @@ -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}" \
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> --- meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)