efibootmgr: depends on wchar
commitbde3fbe36114a72b511905070fe8213a0a61d8a4
authorErico Nunes <nunes.erico@gmail.com>
Mon, 5 Dec 2016 23:07:18 +0000 (6 00:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 7 Dec 2016 22:45:35 +0000 (7 23:45 +0100)
tree244836938e2ee7d655ac895ae870855201ce8c99
parent0474d89de7298b22bb242ac627471069bb0eeb2d
efibootmgr: depends on wchar

After commit 3ae07b4746 recently, efibootmgr now selects
BR2_PACKAGE_GETTEXT if the toolchain requires it.
gettext depends on wchar, so this dependency should be propagated as
well.
menuconfig currently complains loudly if you select efibootmgr, with an
error such as:

  warning: (... && BR2_PACKAGE_EFIBOOTMGR ... && ) selects
  BR2_PACKAGE_GETTEXT which has unmet direct dependencies
  (BR2_USE_WCHAR)

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/efibootmgr/Config.in