[oe] [meta-oe][PATCH 2/3] liblockfile: remove dependency tracking option

Trevor Woerner trevor.woerner at linaro.org
Sat Apr 5 12:39:41 UTC 2014


--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.woerner at 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




More information about the Openembedded-devel mailing list