From 5075e1f98e4329502682746cc30fa5c0c5a19d26 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 28 Nov 2021 21:47:29 +1300 Subject: glibc: Add comment about python 3.4 dependency Add a comment that is visible when the python3.4 prerequisite is not met so that users can tell why they can't select a newer glibc version. Signed-off-by: Chris Packham diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 3905f6e..659a86b 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -59,6 +59,9 @@ config GLIBC_DEP_PYTHON def_bool y select GLIBC_REQUIRE_older_than_2_29 if !CONFIGURE_has_python_3_4_or_newer +comment "glibc >=2.29 requires python >3.4" + depends on !CONFIGURE_has_python_3_4_or_newer + config GLIBC_DEP_MAKE_4_0 def_bool y depends on GLIBC_2_28_or_later && !CONFIGURE_has_make_4_0_or_newer -- cgit v0.10.2-6-g49f6