indent: delete meaningless line referring to "/usr/doc"

Remove what appears to be historical line referencing HTML docs under
/usr/doc -- building indent generates no such file.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Robert P. J. Day 2020-03-18 08:16:58 -04:00 committed by Khem Raj
parent 5b37163201
commit f869eaaef3

View File

@ -24,6 +24,4 @@ inherit autotools gettext texinfo
CFLAGS_append_class-native = " -Wno-error=unused-value"
FILES_${PN}-doc += "/usr/doc/indent/indent.html"
BBCLASSEXTEND = "native"