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.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 27edea8af9..99748796e6 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -403,7 +403,7 @@ python () {
403 # 403 #
404 # These take the form: 404 # These take the form:
405 # 405 #
406 # PACKAGECONFIG ?? = "<default options>" 406 # PACKAGECONFIG ??= "<default options>"
407 # PACKAGECONFIG[foo] = "--enable-foo,--disable-foo,foo_depends,foo_runtime_depends" 407 # PACKAGECONFIG[foo] = "--enable-foo,--disable-foo,foo_depends,foo_runtime_depends"
408 pkgconfigflags = d.getVarFlags("PACKAGECONFIG") or {} 408 pkgconfigflags = d.getVarFlags("PACKAGECONFIG") or {}
409 if pkgconfigflags: 409 if pkgconfigflags: