--disable-dependency-tracking is only available where automake is used.
liblockfile doesn't use automake, therefore remove this option to avoid a
configure warning.

Signed-off-by: Trevor Woerner <trevor.woer...@linaro.org>
---
 meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb 
b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
index 67d2221..f59c783 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
@@ -15,6 +15,7 @@ SRC_URI[sha256sum] = 
"16979eba05396365e1d6af7100431ae9d32f9bc063930d1de66298a069
 inherit autotools
 
 EXTRA_OECONF = "--enable-shared"
+CONFIGUREOPT_DEPTRACK = ""
 
 do_configure_prepend () {
     touch install-sh
-- 
1.9.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to