blob: d099c0fe278a8cb5f6892e3f98481aed081f8b07 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Internationalised Domain Names in Applications"
2HOMEPAGE = "https://github.com/kjd/idna"
3LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05004LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c9ba5acd829579492fd5eb306c7a0565"
Patrick Williamsddad1a12017-02-23 20:36:32 -06005
Brad Bishop6e60e8b2018-02-01 10:27:11 -05006SRC_URI[md5sum] = "fc1d992bef73e8824db411bb5d21f012"
7SRC_URI[sha256sum] = "3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab"
8
9RDEPENDS_${PN}_class-target = "\
10 ${PYTHON_PN}-codecs \
11"
Patrick Williamsddad1a12017-02-23 20:36:32 -060012
13BBCLASSEXTEND = "native nativesdk"