[oe] [meta-oe][PATCH] sqlite: Point to Makefile in source directory

Ash Charles ashcharles at gmail.com
Mon May 26 18:11:49 UTC 2014


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 at gmail.com>
---
 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 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}" \
-- 
1.8.3.2




More information about the Openembedded-devel mailing list