blob: 0c7b414d9823b7c4cdaa29a35b68c5d5d710f996 [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 Geisslerfc113ea2023-03-31 09:59:46 -05005SRC_URI[sha256sum] = "cca39afd2ae5f1e6ed9231b332395bb8afb2e0a64edf70c238c176492e60c150"
Patrick Williams92b42cb2022-09-03 06:53:57 -05006
7inherit pypi setuptools3
8
9RDEPENDS:${PN} += "python3-numpy"
10
11BBCLASSEXTEND = "native nativesdk"