From a2cd67f9d49c1bc1ddfae8fa4fe91418569ddd2a Mon Sep 17 00:00:00 2001 From: Ash Charles Date: Mon, 26 May 2014 11:11:49 -0700 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5148f356fb..e6e14c2ad5 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}" \ -- cgit 1.2.3-korg