diff mbox

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

Message ID 1396701582-15906-4-git-send-email-trevor.woerner@linaro.org
State New
Headers show

Commit Message

Trevor Woerner April 5, 2014, 12:39 p.m. UTC
--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@linaro.org>
---
 meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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