Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | SUMMARY = "Internationalised Domain Names in Applications" |
| 2 | HOMEPAGE = "https://github.com/kjd/idna" |
| 3 | LICENSE = "BSD-3-Clause & Python-2.0 & Unicode" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=782775b32f96098512e283fb5d4546cd" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 5 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 6 | SRC_URI[md5sum] = "2e9ae0b4a0b26d1747c6127cdb060bc1" |
| 7 | SRC_URI[sha256sum] = "c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 8 | |
| 9 | RDEPENDS_${PN}_class-target = "\ |
| 10 | ${PYTHON_PN}-codecs \ |
| 11 | " |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 12 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | # Remove bundled egg-info |
| 14 | do_compile_prepend() { |
| 15 | rm -rf ${S}/idna.egg-info |
| 16 | } |
| 17 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 18 | BBCLASSEXTEND = "native nativesdk" |