blob: 13b0cdb6243a521d6c9c06a1c65d7e8cab6c5f8b [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001SUMMARY = "Internationalised Domain Names in Applications"
2HOMEPAGE = "https://github.com/kjd/idna"
3LICENSE = "BSD-3-Clause & Python-2.0 & Unicode"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd"
5
6SRC_URI[md5sum] = "2e9ae0b4a0b26d1747c6127cdb060bc1"
7SRC_URI[sha256sum] = "c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"
8
9RDEPENDS_${PN}_class-target = "\
10 ${PYTHON_PN}-codecs \
11"
12
13# Remove bundled egg-info
14do_compile_prepend() {
15 rm -rf ${S}/idna.egg-info
16}
17
18BBCLASSEXTEND = "native nativesdk"