[oe] [meta-oe][PATCH 3/3] liblockfile: remove silent rules option

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


--disable-silent-rules is only available when 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 f59c783..286eb3b 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
@@ -16,6 +16,7 @@ inherit autotools
 
 EXTRA_OECONF = "--enable-shared"
 CONFIGUREOPT_DEPTRACK = ""
+CONFIGUREOPTS_remove = "--disable-silent-rules"
 
 do_configure_prepend () {
     touch install-sh
-- 
1.9.0




More information about the Openembedded-devel mailing list