python3-pako: remove duplicate LICENSE

The LICENSE is already included in the wheel and therefore packaged like
any other wheel. Remove the duplicate LICENSE erroneously installed in
/usr/pako/LICENSE.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Tim Orling 2022-02-25 21:08:47 -08:00 committed by Khem Raj
parent b0878793f3
commit fcd5c793a7

View File

@ -8,5 +8,6 @@ SRC_URI[sha256sum] = "c033a073bb818ca336ae1fccba2655bd60dfe77744f85d4517abd3160d
inherit pypi setuptools3
do_install:append() {
rm -rf ${D}/usr/share
rm -rf ${D}${prefix}/pako/LICENSE
rm -rf ${D}${prefix}/pako
}