Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "Universal character encoding detector" |
| 2 | HOMEPAGE = "https://github.com/PyYoshi/cChardet" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | LICENSE = "MPL-1.1" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ecda54f6f525388d71d6b3cd92f7474" |
| 5 | |
| 6 | SRC_URI[sha256sum] = "c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf" |
| 7 | |
| 8 | inherit pypi setuptools3 |
| 9 | |
| 10 | BBCLASSEXTEND = "native nativesdk" |