package/elfutils: fix dependency on C library
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 8 Aug 2015 18:58:34 +0000 (20:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 Aug 2015 09:22:08 +0000 (11:22 +0200)
commitfdad2e564e1121990d04405ddee68dc568780496
treecbc8e1a9c8d23da361d79d0deb8520e4ac0e8dd0
parente86fc46a99ab8def024e5e1c22c01c4acf67d992
package/elfutils: fix dependency on C library

As Thomas puts it:

    The comment can only be visible when a toolchain that is *not*
    uclibc and *not* glibc is used. I.e, the comment is now only visible
    when musl is used. Which is not what we want.

Indeed, I completely borked the conditions. When a glibc or uClibc
toolchain is selected, the comment is entirely hidden, and we don;t get
the extra requirements (wchar, !static).

Fix that with the solution proposed by Thomas.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/avrdude/Config.in
package/elfutils/Config.in
package/kexec-lite/Config.in
package/ltrace/Config.in
package/racehound/Config.in