diff options
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index c72a7b3ed3..b416918013 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -470,7 +470,7 @@ def check_make_version(sanity_data): | |||
470 | 470 | ||
471 | if bb.utils.vercmp_string_op(version, "4.2.1", "=="): | 471 | if bb.utils.vercmp_string_op(version, "4.2.1", "=="): |
472 | distro = oe.lsb.distro_identifier() | 472 | distro = oe.lsb.distro_identifier() |
473 | if "ubuntu" in distro or "debian" in distro: | 473 | if "ubuntu" in distro or "debian" in distro or "linuxmint" in distro: |
474 | return None | 474 | return None |
475 | return "make version 4.2.1 is known to have issues on Centos/OpenSUSE and other non-Ubuntu systems. Please use a buildtools-make-tarball or a newer version of make.\n" | 475 | return "make version 4.2.1 is known to have issues on Centos/OpenSUSE and other non-Ubuntu systems. Please use a buildtools-make-tarball or a newer version of make.\n" |
476 | return None | 476 | return None |