aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-05-16 04:26:52 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-21 13:56:09 +0200
commit90795acc987040bf4743828644b1edf57e929439 (patch)
treeac77aee85823a8e1908cca0986d253fc63565b14 /meta-oe/recipes-extended
parentc6326c326b6ac91fad1862d85f00d9e7810bbc04 (diff)
downloadmeta-openembedded-contrib-90795acc987040bf4743828644b1edf57e929439.tar.gz
liblockfile: remove unrecognized configure option
The '--enable-static' is an unrecognized configure option, thus removing it. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
index 0b9fdafea7..38e1915e4f 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} \
"