sqlite: Point to Makefile in source directory
authorAsh Charles <ashcharles@gmail.com>
Mon, 26 May 2014 18:11:49 +0000 (11:11 -0700)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:38:36 +0000 (08:38 -0800)
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.

(From meta-openembedded rev: a2cd67f9d49c1bc1ddfae8fa4fe91418569ddd2a)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb

index 5148f35..e6e14c2 100644 (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}" \