blob: bfe36b0b80ec5c3d9fdd2f6512ac5214875837d0 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001SUMMARY = "Calculate the distance between 2 points on Earth"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4
Andrew Geissler87f5cff2022-09-30 13:13:31 -05005SRC_URI[sha256sum] = "9dd62c95bff9c43eb898604625e80db68b8b9e91a5111338f55ebcf470dd5a3d"
Patrick Williams92b42cb2022-09-03 06:53:57 -05006
7inherit pypi setuptools3
8
9RDEPENDS:${PN} += "python3-numpy"
10
11BBCLASSEXTEND = "native nativesdk"