blob: b1d0d18959b656df54665f4e39e935c2a8dda45a [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 Bishopd7bf8c12018-02-25 22:55:05 -05006SRC_URI[md5sum] = "c706e2790b016bd0ed4edd2d4ba4d147"
7SRC_URI[sha256sum] = "2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008
9RDEPENDS_${PN}_class-target = "\
10 ${PYTHON_PN}-codecs \
11"
Patrick Williamsddad1a12017-02-23 20:36:32 -060012
13BBCLASSEXTEND = "native nativesdk"