[oe] [meta-oe][PATCH 2/2] liblockfile: remove unrecognized configure option

Qi.Chen at windriver.com Qi.Chen at windriver.com
Fri May 16 08:26:52 UTC 2014


From: Chen Qi <Qi.Chen at windriver.com>

The '--enable-static' is an unrecognized configure option, thus removing
it.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 .../liblockfile/liblockfile_1.09.bb                |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
index 0b9fdaf..38e1915 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
@@ -17,7 +17,7 @@ inherit autotools-brokensep
 
 # set default mailgroup to mail
 # --with-libnfslock specify where to install nfslock.so.NVER
-EXTRA_OECONF = "--enable-shared --enable-static \
+EXTRA_OECONF = "--enable-shared \
                 --with-mailgroup=mail \
                 --with-libnfslock=${libdir} \
 "
-- 
1.7.9.5




More information about the Openembedded-devel mailing list