blob: 3eacd0bdda3c861b090bda46912bfe924b0f3990 [file] [log] [blame]
Brad Bishop2d39a062019-10-28 08:33:36 -04001SUMMARY = "The universal package manager library"
2HOMEPAGE = "https://github.com/MycroftAI/pako"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e23fadd6ceef8c618fc1c65191d846fa"
5
Andrew Geisslereef63862021-01-29 15:58:13 -06006SRC_URI[sha256sum] = "eabd1c121d6701069d1a10132f197ee2b5f4e75a3d68a93b07f69214ab0ff9c7"
Brad Bishop2d39a062019-10-28 08:33:36 -04007
8inherit pypi setuptools3
9
10do_install_append() {
11 rm -rf ${D}/usr/share
12}