package/cukinia: fix dependency on gawk
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 8 Oct 2020 17:13:09 +0000 (19:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 8 Oct 2020 19:47:28 +0000 (21:47 +0200)
commit14d76a9bb2e470ea0a79c2bde8c39913d55680f6
tree9602456b81e35c0e79ee47739e962a4652b70237
parentd7249f2f76f9fdcc2cf8a4490061b439c90186b6
package/cukinia: fix dependency on gawk

gawk can't be selected when busybox is not available as gawk needs
wchar:

WARNING: unmet direct dependencies detected for BR2_PACKAGE_GAWK
  Depends on [n]: BR2_USE_WCHAR [=n] && BR2_USE_MMU [=y] && BR2_PACKAGE_BUSYBOX_SHOW_OTHERS [=y]
  Selected by [y]:
  - BR2_PACKAGE_CUKINIA [=y] && !BR2_PACKAGE_BUSYBOX [=n]

So replace this "select" by a "depends on", as already done by
BR2_PACKAGE_APPARMOR_UTILS_EXTRA

Fixes:
 - http://autobuild.buildroot.org/results/66dacfe7b0783c7df29052fff20f3e79ecbcf054

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/cukinia/Config.in