Re: Reducing the perl footprint on my image
Tim Orling
On Wed, Mar 3, 2021 at 7:06 AM Rusty Howell <rustyhowell@...> wrote:
If you look at the lmsensors recipe, the lmsensors-sensorsdetect [1] and lmsensors-sensorsconfconvert [2] subpackages both have perl-modules in RDEPENDS. One way to determine the ACTUAL dependencies is to run the perl.req script from rpm [3]. $ perl.req sensors-detect perl >= 0:5.004 perl(Fcntl) perl(File::Basename) perl(constant) perl(strict) perl(vars) $ perl.req sensors-conf-convert perl(strict) perl(vars) You then need to translate those into the perl-modules-* subpackages, which is easiest to see in perl-rdepends.txt [4]. I have not built nor tested this, but using the described approach I have a patch for lmsensors [5]. Please cherry-pick, test and if it works, add your signed-off-by and submit to the mailing list.
|
|