collect2: error: ld returned 1 exit status
ld: cannot find crtn.o: No such file or directory
ld: cannot find crtendS.o: No such file or directory

Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com>
---
 meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb 
b/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb
index d85f2b6..1c6e353 100644
--- a/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb
+++ b/meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb
@@ -33,6 +33,8 @@ do_configure () {
         --without_bindings \
         --without_group \
         --without_config \
+        --without_common \
+        --without_dlm \
         2>&1
 }
 
-- 
1.8.4.2



-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to