From 9beb04e98d9a6b2dfe95966e2768f886b4092e27 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 23 Dec 2016 01:04:35 +0100 Subject: waf-samba.bbclass: fix build error with PARALLEL_MAKE="-j X -l Y" Waf doesn't handle -l. Use a function already provided by waf.bbclass in OE-Core. Inheriting waf.bbclass also makes overriding DISABLE_STATIC redundant, so drop it from recipes inheriting waf-samba. Signed-off-by: Andreas Oberritter Signed-off-by: Martin Jansa --- meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-networking/recipes-connectivity') 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 a199018c90..0ba59c7d3c 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb @@ -94,7 +94,6 @@ EXTRA_OECONF += "--enable-fhs \ --with-libiconv=${STAGING_DIR_HOST}${prefix} \ --with-pam --with-pammodulesdir=${base_libdir}/security \ " -DISABLE_STATIC = "" LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" -- cgit 1.2.3-korg