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-support/libtevent/libtevent_0.9.31.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-networking/recipes-support/libtevent') diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb b/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb index 975f8f689a..7939e03615 100644 --- a/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb +++ b/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb @@ -37,7 +37,6 @@ EXTRA_OECONF += "--disable-rpath \ --with-libiconv=${STAGING_DIR_HOST}${prefix}\ --without-gettext \ " -DISABLE_STATIC = "" PACKAGES += "python-tevent python-tevent-dbg" -- cgit v1.2.3-54-g00ecf