blob: 9de272417e47f22d3f30bdfd83d7960e64caccc9 [file] [log] [blame]
Brad Bishop2f973922019-11-11 07:58:48 -05001SUMMARY = "A better directory iterator and faster os.walk()"
2HOMEPAGE = "https://github.com/benhoyt/scandir"
3AUTHOR = "Ben Hoyt"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=482ee62da51806409d432a80eed4e3ea"
6
7SRC_URI = "git://github.com/benhoyt/scandir.git"
8SRCREV = "982e6ba60e7165ef965567eacd7138149c9ce292"
9
10S = "${WORKDIR}/git"
11
12inherit setuptools
Brad Bishop8410d612019-11-25 09:40:59 -050013
14BBCLASSEXTEND = "native nativesdk"