]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
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)
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

index 708fef9ab7206de70e2c4c5ea60ff2f31d38ffca..2d3477a51c0faf6153a9b51131e8ea774286c46d 100644 (file)
@@ -8,5 +8,6 @@ UDFTOOLS_VERSION = 2.0
 UDFTOOLS_SITE = https://github.com/pali/udftools/releases/download/$(UDFTOOLS_VERSION)
 UDFTOOLS_LICENSE = GPL-2.0+
 UDFTOOLS_LICENSE_FILES = COPYING
+UDFTOOLS_DEPENDENCIES = readline
 
 $(eval $(autotools-package))