All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][master][kirkstone] sanity.bbclass: make 4.2.1 on Debian is fine too
@ 2022-04-27 10:40 mikko.rapeli
  0 siblings, 0 replies; only message in thread
From: mikko.rapeli @ 2022-04-27 10:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Mikko Rapeli

From: Mikko Rapeli <mikko.rapeli@bmw.de>

Allow building on Debian 10 buster where make 4.2.1 is ok.

Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
---
 meta/classes/sanity.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index c385d92e8b..12882bdcb2 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -470,7 +470,7 @@ def check_make_version(sanity_data):
 
     if bb.utils.vercmp_string_op(version, "4.2.1", "=="):
         distro = oe.lsb.distro_identifier()
-        if "ubuntu" in distro:
+        if "ubuntu" or "debian" in distro:
             return None
         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"
     return None
-- 
2.20.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-27 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 10:40 [PATCH][master][kirkstone] sanity.bbclass: make 4.2.1 on Debian is fine too mikko.rapeli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.