]> code.ossystems Code Review - openembedded-core.git/commit
groff: not ship /usr/bin/grap2graph
authorMingli Yu <mingli.yu@windriver.com>
Thu, 15 Apr 2021 08:33:20 +0000 (16:33 +0800)
committerSteve Sakoman <steve@sakoman.com>
Wed, 21 Apr 2021 13:52:04 +0000 (03:52 -1000)
commit5619bc0e98c02cf80601eb399bb205f33f8e4098
treecda96ab7b375dbcc281b43f4fd137f02136e19ff
parent0d5dd68a07707f8b8428fe564414e2f5b7433ed5
groff: not ship /usr/bin/grap2graph

grap2graph which converts a GRAP diagram into a cropped image fails
to run as below:
 $ grap2graph
 /usr/bin/grap2graph: line 89: convert: command not found
 /usr/bin/grap2graph: warning: falling back to old '-crop 0x0' trim method
 /usr/bin/grap2graph: line 104: convert: command not found
 /usr/bin/grap2graph: line 103: grap: command not found

Considering we don't often need to convert a GRAP diagram into
a cropped image and the recipe ImageMagick which provides convert
command is in meta-oe layer, so don't ship the related files to
avoid the confusion about the above run time error.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 251be7279a475ee18c0c53fe9795bb37bffc2b45)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-extended/groff/groff_1.22.4.bb