Skip to content

Commit 95e8bec

Browse files
andreittrunikraft-bot
authored andcommitted
Config.uk: Fix Kconfig dependencies
This change replaces the hard select of LIBUKMMAP and LIBNEWLIBC, using more appropriate relationships. In addition, lib-sqlite will no longer select itself by default. Signed-off-by: Andrei Tatar <andrei@unikraft.io> Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com> Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com> Approved-by: Razvan Deaconescu <razvand@unikraft.io> Tested-by: Unikraft CI <monkey@unikraft.io> GitHub-Closes: #6
1 parent 7ad312d commit 95e8bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Config.uk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
menuconfig LIBSQLITE
22
bool "SQLite"
3-
default y
4-
select LIBUKMMAP
3+
default n
4+
imply LIBUKMMAP
55
select LIBPOSIX_SYSINFO
6-
select LIBNEWLIBC
6+
depends on HAVE_LIBC
77
select LIBPTHREAD_EMBEDDED
88

99
if LIBSQLITE

0 commit comments

Comments
 (0)