blob: ec09cfc58e9466a53b9d682de8c4d890c0065a8c [file] [log] [blame]
Andrew Geisslerc87764f2020-06-27 00:16:32 -05001DESCRIPTION = "Kconfiglib is a Kconfig implementation in Python"
2LICENSE = "ISC"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=712177a72a3937909543eda3ad1bfb7c"
4
5SRC_URI[md5sum] = "4ad68618824d4bad1d1de1d7eb838bba"
6SRC_URI[sha256sum] = "bed2cc2216f538eca4255a83a4588d8823563cdd50114f86cf1a2674e602c93c"
7
Brad Bishop0e2770c2020-01-21 07:31:46 -05008inherit pypi setuptools3
Andrew Geisslerc87764f2020-06-27 00:16:32 -05009
10BBCLASSEXTEND = "native nativesdk"