blob: ef254e33b4233a76672cc8f67fee39b2a5e6f4d0 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Simple Python module for working with HTML/CSS color definitions."
Brad Bishop2d39a062019-10-28 08:33:36 -04002LICENSE = "BSD-3-Clause"
Brad Bishop316dfdd2018-06-25 12:45:53 -04003LIC_FILES_CHKSUM = "file://LICENSE;md5=197add016087e6884a012b0f185d44ad"
Patrick Williamsddad1a12017-02-23 20:36:32 -06004
Brad Bishop316dfdd2018-06-25 12:45:53 -04005SRC_URI[md5sum] = "40890db38b2a856e526a568864025fe6"
6SRC_URI[sha256sum] = "030562f624467a9901f0b455fef05486a88cfb5daa1e356bd4aacea043850b59"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007
8RDEPENDS_${PN}_class-target = "\
9 ${PYTHON_PN}-stringold \
10"
Patrick Williamsddad1a12017-02-23 20:36:32 -060011
12BBCLASSEXTEND = "native nativesdk"