[oe-commits] Ash Charles : sqlite: Point to Makefile in source directory

git at git.openembedded.org git at git.openembedded.org
Wed Jun 4 09:43:39 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 79a5d95e91409f7f296bcecad472a928b0e0a866
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=79a5d95e91409f7f296bcecad472a928b0e0a866

Author: Ash Charles <ashcharles at gmail.com>
Date:   Mon May 26 11:11:49 2014 -0700

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 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa 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}" \



More information about the Openembedded-commits mailing list