mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
base.bbclass: Back off the fatal error to a warning for now and try and recover
(From OE-Core rev: 3a8e115904a227fcecb61e81f5e540d1aebea352) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -368,7 +368,8 @@ python () {
|
||||
# if multiple differences are present?
|
||||
# Look through PACKAGE_ARCHS for the priority order?
|
||||
if pkgarch and pkgarch == mach_arch:
|
||||
bb.fatal("Recipe %s is marked as only being architecture specific but seems to have machine specific packages?" % d.getVar("PN", True))
|
||||
bb.data.setVar('PACAKGE_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))
|
||||
}
|
||||
|
||||
def check_gcc3(data):
|
||||
|
||||
Reference in New Issue
Block a user