Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 16009] New: 'select' does not work with 'choice'
@ 2024-03-27 15:55 bugzilla
  2024-03-27 21:04 ` [Buildroot] [Bug 16009] " bugzilla
  2024-03-28  7:50 ` bugzilla
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla @ 2024-03-27 15:55 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=16009

            Bug ID: 16009
           Summary: 'select' does not work with 'choice'
           Product: buildroot
           Version: 2024.02.1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: achpile@gmail.com
                CC: buildroot@uclibc.org
  Target Milestone: ---

If we have something like this in Config.in

choice
        prompt "TEST"
        config BR2_TEST_1
                bool "1"
        config BR2_TEST_2
                bool "2"
endchoice

config BR2_TEST_BOOL_D1
        bool "Depends on 1"
        depends on BR2_TEST_1

config BR2_TEST_BOOL_S1
        bool "Selects 1"
        select BR2_TEST_1

config BR2_TEST_BOOL_D2
        bool "Depends on 2"
        depends on BR2_TEST_2

config BR2_TEST_BOOL_S2
        bool "Selects 2"
        select BR2_TEST_2


Then selecting BR2_TEST_BOOL_S1 or BR2_TEST_BOOL_S2 does not select BR2_TEST_1
or BR2_TEST_2. I am not sure if it is expected behavior but seems like a bug to
me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-03-28  7:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-27 15:55 [Buildroot] [Bug 16009] New: 'select' does not work with 'choice' bugzilla
2024-03-27 21:04 ` [Buildroot] [Bug 16009] " bugzilla
2024-03-28  7:50 ` bugzilla

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