summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3ed1bb84b9..a0a189f818 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -407,7 +407,7 @@ python () {
407 # if multiple differences are present? 407 # if multiple differences are present?
408 # Look through PACKAGE_ARCHS for the priority order? 408 # Look through PACKAGE_ARCHS for the priority order?
409 if pkgarch and pkgarch == mach_arch: 409 if pkgarch and pkgarch == mach_arch:
410 bb.data.setVar('PACAKGE_ARCH', "${MACHINE_ARCH}", d) 410 bb.data.setVar('PACKAGE_ARCH', "${MACHINE_ARCH}", d)
411 bb.warn("Recipe %s is marked as only being architecture specific but seems to have machine specific packages?! The recipe may as well mark itself as machine specific directly." % d.getVar("PN", True)) 411 bb.warn("Recipe %s is marked as only being architecture specific but seems to have machine specific packages?! The recipe may as well mark itself as machine specific directly." % d.getVar("PN", True))
412} 412}
413 413