Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ cat workspace/recipes/python3-bnofluxlite/python3-bnofluxlite_0.0.1.bb
- # Recipe created by recipetool
- # This is the basis of a recipe and may need further editing in order to be fully functional.
- # (Feel free to remove these comments when editing.)
- SUMMARY = "CLI to parse GPS RMC Co-ordinates and publish them via MQTT and store into InfluxDB"
- # WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
- # your responsibility to verify that the values are complete and correct.
- LICENSE = "MIT"
- LIC_FILES_CHKSUM = "file://LICENSE;md5=373144ff274075072c0386be40a7e9e1"
- SRC_URI = "https://github.com/iotfablab/bnofluxlite/archive/v${PV}.tar.gz"
- SRC_URI[md5sum] = "9da004c4e0743b7c58b865c74df3b889"
- SRC_URI[sha256sum] = "59a7ca9f26f4e48bfbe8313933ef46e9cdf63b3d19d038239d2e9bf1cffbc8a8"
- S = "${WORKDIR}/gpsfluxlite-${PV}"
- inherit setuptools
- # WARNING: the following rdepends are from setuptools install_requires. These
- # upstream names may not correspond exactly to bitbake package names.
- RDEPENDS_${PN} += "${PYTHON_PN}-paho-mqtt"
- # WARNING: the following rdepends are determined through basic analysis of the
- # python sources, and might not be 100% accurate.
- RDEPENDS_${PN} += "${PYTHON_PN}-core ${PYTHON_PN}-modules"
Add Comment
Please, Sign In to add comment