summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r--meta/classes/base.bbclass6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 79edfe5451..a31a53fcb6 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -431,12 +431,6 @@ python () {
431 appendVar('RDEPENDS_${PN}', extrardeps) 431 appendVar('RDEPENDS_${PN}', extrardeps)
432 appendVar('PACKAGECONFIG_CONFARGS', extraconf) 432 appendVar('PACKAGECONFIG_CONFARGS', extraconf)
433 433
434 # TODO: once all recipes/classes abusing EXTRA_OECONF
435 # to get PACKAGECONFIG options are fixed to use PACKAGECONFIG_CONFARGS
436 # move this appendVar to autotools.bbclass.
437 if not bb.data.inherits_class('cmake', d):
438 appendVar('EXTRA_OECONF', extraconf)
439
440 pn = d.getVar('PN', True) 434 pn = d.getVar('PN', True)
441 license = d.getVar('LICENSE', True) 435 license = d.getVar('LICENSE', True)
442 if license == "INVALID": 436 if license == "INVALID":