mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
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:
parent
b0878793f3
commit
fcd5c793a7
|
|
@ -8,5 +8,6 @@ SRC_URI[sha256sum] = "c033a073bb818ca336ae1fccba2655bd60dfe77744f85d4517abd3160d
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
rm -rf ${D}/usr/share
|
rm -rf ${D}${prefix}/pako/LICENSE
|
||||||
|
rm -rf ${D}${prefix}/pako
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user