[oe-commits] Chen Qi : liblockfile: remove unrecognized configure option

git at git.openembedded.org git at git.openembedded.org
Wed May 21 12:02:18 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 90795acc987040bf4743828644b1edf57e929439
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=90795acc987040bf4743828644b1edf57e929439

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Fri May 16 04:26:52 2014 -0400

liblockfile: remove unrecognized configure option

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

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/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} \
 "



More information about the Openembedded-commits mailing list