diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-10-30 18:44:33 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-10-30 23:01:26 -0700 |
commit | 74c84f4c1159310e8e1e03d20a57aa4ab009fc9d (patch) | |
tree | 7b84e58f061d5923f2de5a40e615e2f7bfa55dd8 /meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.8.0.bb | |
parent | 0b3e25a3c13f6b896838986899940e0ed986d148 (diff) | |
download | meta-openembedded-74c84f4c1159310e8e1e03d20a57aa4ab009fc9d.tar.gz |
libio-compress*-perl: cleanup; fixes
* Fix hardcoded PV in SRC_URI
* Use README for LIC_FILES_CHKSUM
* Fix HOMEPAGE
* Add SUMMARY
* Use upstream README for DESCRIPTION
* Correct libcompression-*-perl RDEPENDS
* Fix RDEPENDS
Handy on-target check for dependencies:
for path in $(find /usr/lib/perl5/vendor_perl/5.36.0/IO -name *.pm | sed
-e 's~/usr/lib/perl5/vendor_perl/5.36.0/~~' -e 's~/~::~g' -e 's~.pm~~');
do perl -M${path} -e'print'; done
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.8.0.bb')
0 files changed, 0 insertions, 0 deletions