public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/6] cmake: remove obsolete variable assignments
@ 2026-02-12 16:42 Ross Burton
  2026-02-12 16:42 ` [PATCH 2/6] cmake: clean up variables shared between .bb and .inc Ross Burton
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ross Burton @ 2026-02-12 16:42 UTC (permalink / raw)
  To: openembedded-core

Remove obsolete assignments:

- KWSYS_CHAR_IS_SIGNED was removed in 3.5.0[1]
- KWSYS_LFS_WORKS was removed in 3.15.0[2]

[1] cmake ec1398d7ae ("KWSys 2015-12-14 (c1149ef6)")
[2] cmake 11fe7c9063 ("KWSys 2019-02-25 (833b2470)")

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/cmake/cmake_4.2.3.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-devtools/cmake/cmake_4.2.3.bb b/meta/recipes-devtools/cmake/cmake_4.2.3.bb
index cfc5cb1b93..7c3dda2b15 100644
--- a/meta/recipes-devtools/cmake/cmake_4.2.3.bb
+++ b/meta/recipes-devtools/cmake/cmake_4.2.3.bb
@@ -40,9 +40,7 @@ EXTRA_OECMAKE = " \
     -DCMAKE_USE_SYSTEM_LIBRARY_CPPDAP=0 \
     -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=0 \
     -DCMAKE_USE_SYSTEM_LIBRARY_LIBRHASH=0 \
-    -DKWSYS_CHAR_IS_SIGNED=1 \
     -DBUILD_CursesDialog=0 \
-    -DKWSYS_LFS_WORKS=1 \
 "
 
 PACKAGECONFIG ??= ""
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-02-13 11:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12 16:42 [PATCH 1/6] cmake: remove obsolete variable assignments Ross Burton
2026-02-12 16:42 ` [PATCH 2/6] cmake: clean up variables shared between .bb and .inc Ross Burton
2026-02-12 16:42 ` [PATCH 3/6] cmake: consolidate CMAKE_USE_SYSTEM_LIBRARIES Ross Burton
2026-02-12 16:42 ` [PATCH 4/6] cmake: use system libuv Ross Burton
2026-02-13 11:16   ` [OE-core] " Mathieu Dubois-Briand
2026-02-12 16:42 ` [PATCH 5/6] cmake: add license information for vendored cppdap library Ross Burton
2026-02-12 16:42 ` [PATCH 6/6] cmake: remove obsolete patches Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox