From 289188e6f2b55382fa508fed39385c49c5bb9c7c Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 2 Dec 2016 14:56:25 -0800 Subject: uClibc-ng needs to know whether it is 1.0.15+ This is workaround, as more packages require similar tweaks (some depend on X_Y_Z_or_later config variables either in kconfig, or in the build scripts. We should have a CT_CompareVersion, that will apply the default or per-package method of comparison. Signed-off-by: Alexey Neyman diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 7e44381..a359fe6 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -39,7 +39,11 @@ config LIBC_UCLIBC_CUSTOM_UCLIBC select LIBC_UCLIBC_0_9_33_2_or_later config LIBC_UCLIBC_CUSTOM_UCLIBC_NG - bool "uClibc-ng" + bool "uClibc-ng (1.0.15 or later)" + select LIBC_UCLIBC_NG_1_0_15_or_later + +config LIBC_UCLIBC_CUSTOM_UCLIBC_NG_OLD + bool "uClibc-ng (older than 1.0.15)" select LIBC_UCLIBC_NG_1_0_0_or_later endchoice -- cgit v0.10.2-6-g49f6