utils/scancpan: print package/Config.in only when useful
authorFrancois Perrad <fperrad@gmail.com>
Wed, 24 Oct 2018 07:10:56 +0000 (09:10 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 1 Nov 2018 21:21:30 +0000 (22:21 +0100)
commitf95d44d3f365c01dd5fa6e6bb46406d903407776
tree26d7f70ef6e0920bf37825ec0bee8cf26739a47c
parent24fa13bda09977ce51948a5dab77233dbe64d38f
utils/scancpan: print package/Config.in only when useful

Currently, utils/scancpan always outputs what should be placed in
package/Config.in to include all Perl packages Config.in
files. However, in practice, this is only useful when a new package is
added. This commit adjusts this behavior so that what should be place
in package/Config for Perl packages is only displayed when scancpan
has produced a new Buildroot package for a Perl module.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/scancpan