From: Stefan Müller-Klieser Date: Fri, 26 Aug 2016 10:16:05 +0000 (+0200) Subject: autotools.bbclass: remove EXTRA_OEMAKE workaround X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20b98f88537f5ab3947ff0171d74362a6ecfd8c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git autotools.bbclass: remove EXTRA_OEMAKE workaround The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE Signed-off-by: Stefan Müller-Klieser Signed-off-by: Richard Purdie --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 47a01902d01..5fda03df801 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -19,8 +19,6 @@ def autotools_dep_prepend(d): return deps + 'gnu-config-native ' -EXTRA_OEMAKE = "" - DEPENDS_prepend = "${@autotools_dep_prepend(d)} " inherit siteinfo