mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
base.bbclass: Fix PACKAGE_ARCH typo
(From OE-Core rev: 22a42df1843c8a95cf3be214a413d660adaadb32) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -407,7 +407,7 @@ python () {
|
|||||||
# if multiple differences are present?
|
# if multiple differences are present?
|
||||||
# Look through PACKAGE_ARCHS for the priority order?
|
# Look through PACKAGE_ARCHS for the priority order?
|
||||||
if pkgarch and pkgarch == mach_arch:
|
if pkgarch and pkgarch == mach_arch:
|
||||||
bb.data.setVar('PACAKGE_ARCH', "${MACHINE_ARCH}", d)
|
bb.data.setVar('PACKAGE_ARCH', "${MACHINE_ARCH}", d)
|
||||||
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))
|
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))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user