summaryrefslogtreecommitdiffstats
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-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 0b9fdafea..38e1915e4 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
17 17
18# set default mailgroup to mail 18# set default mailgroup to mail
19# --with-libnfslock specify where to install nfslock.so.NVER 19# --with-libnfslock specify where to install nfslock.so.NVER
20EXTRA_OECONF = "--enable-shared --enable-static \ 20EXTRA_OECONF = "--enable-shared \
21 --with-mailgroup=mail \ 21 --with-mailgroup=mail \
22 --with-libnfslock=${libdir} \ 22 --with-libnfslock=${libdir} \
23" 23"