From 734a49baef15443dbd10096171193d38ea907139 Mon Sep 17 00:00:00 2001 From: Stefan Müller-Klieser Date: Fri, 26 Aug 2016 12:16:05 +0200 Subject: autotools.bbclass: remove EXTRA_OEMAKE workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE (From OE-Core rev: 4fca6c95895d7d17cdfb637d383b28ee939fbd99) Signed-off-by: Stefan Müller-Klieser Signed-off-by: Richard Purdie --- meta/classes/autotools.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 47a01902d0..5fda03df80 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 -- cgit v1.2.3-54-g00ecf