]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
udftool: add missing dependency on readline
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Apr 2018 21:20:03 +0000 (23:20 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 6 May 2018 19:49:09 +0000 (21:49 +0200)
commiteef425146223f220587c32ad880463b1c749660c
tree04598fa9d45577a0ce49537d7f37c496d3ff3e3b
parente607881f201337198a0bb2d69c5c8507a1ebfde9
udftool: add missing dependency on readline

udftool/Config.in selects BR2_PACKAGE_READLINE, but udftool does not
depend on it. Readline is not a runtime dependency: one of the udftool
program links against it.

This commit fixes this inconsistency.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/udftools/udftools.mk