blob: e783dd4325e17ac5cc824e514db92320065ead15 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "PyUSB provides USB access on the Python language"
2HOMEPAGE = "http://pyusb.sourceforge.net/"
Brad Bishop2d39a062019-10-28 08:33:36 -04003LICENSE = "BSD-3-Clause"
Brad Bishop316dfdd2018-06-25 12:45:53 -04004LIC_FILES_CHKSUM = "file://LICENSE;md5=51691ed11cc2c7ae93e383f60ed49b0f"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005DEPENDS += "libusb1"
6
Brad Bishop316dfdd2018-06-25 12:45:53 -04007SRC_URI[md5sum] = "862b56452c64948c787ad8ef9498590b"
8SRC_URI[sha256sum] = "4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
10inherit pypi
Brad Bishopb809eb92019-09-18 06:27:43 -040011
12BBCLASSEXTEND = "native nativesdk"