[oe-commits] [openembedded-core] 74/102: autotools.bbclass: remove EXTRA_OEMAKE workaround

git at git.openembedded.org git at git.openembedded.org
Tue Aug 30 22:58:44 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5f9e597a6c7dafda4e44d9c4839d8dea46a099dd
Author: Stefan Müller-Klieser <s.mueller-klieser at phytec.de>
AuthorDate: Fri Aug 26 12:16:05 2016 +0200

    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 <s.mueller-klieser at phytec.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/autotools.bbclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 47a0190..5fda03d 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list