From f9103246633e282e45c48b07d868d4a84aa88acb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 17 Sep 2024 08:18:06 +0100 Subject: [PATCH] poky-tiny: Drop TCLIBCAPPEND This is no longer needed/supported. That solves the FIXME I guess! (From meta-yocto rev: 9ea01f67bb15c78cd7ba0efe1dfc8861f21f9825) Signed-off-by: Richard Purdie --- meta-poky/conf/distro/poky-tiny.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 29588e4913..fd17097b56 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf @@ -51,9 +51,6 @@ PREFERRED_VERSION_linux-yocto-tiny ?= "6.10%" # Drop kernel-module-af-packet from RRECOMMENDS POKY_DEFAULT_EXTRA_RRECOMMENDS = "" -# FIXME: what should we do with this? -TCLIBCAPPEND = "" - # Disable wide char support for ncurses as we don't include it in # in the LIBC features below. # Leave native enable to avoid build failures