blob: 13b0cdb6243a521d6c9c06a1c65d7e8cab6c5f8b [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 Bishop1a4b7ee2018-12-16 17:11:34 -08004LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd"
Patrick Williamsddad1a12017-02-23 20:36:32 -06005
Brad Bishop19323692019-04-05 15:28:33 -04006SRC_URI[md5sum] = "2e9ae0b4a0b26d1747c6127cdb060bc1"
7SRC_URI[sha256sum] = "c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"
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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013# Remove bundled egg-info
14do_compile_prepend() {
15 rm -rf ${S}/idna.egg-info
16}
17
Patrick Williamsddad1a12017-02-23 20:36:32 -060018BBCLASSEXTEND = "native nativesdk"