This reverts commit 80b2d4de0ee2a5e6a3302a527e3fcfd2b99c3e37. Disable cluster support, which causes the error.
Signed-off-by: Andreas Oberritter <[email protected]> --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb index 8c5f6d8..564b61e 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb @@ -81,7 +81,7 @@ EXTRA_OECONF += "--enable-fhs \ --with-system-mitkrb5 \ --without-ad-dc \ ${@base_conditional('TARGET_ARCH', 'x86_64', '', '--disable-glusterfs', d)} \ - --with-cluster-support \ + --without-cluster-support \ --with-profiling-data \ --with-libiconv=${STAGING_DIR_HOST}${prefix} \ --with-pam --with-pammodulesdir=${base_libdir}/security \ -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
