blob: 4aa7427c22af4077abfc9eb3849e752dbf89fd2f [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001DESCRIPTION = "This project enables PWM on the GPIO pins you request of a Raspberry Pi."
2HOMEPAGE = "https://github.com/sarfata/pi-blaster/"
3SECTION = "devel/libs"
4LICENSE = "MIT"
Brad Bishop52fc5e72019-11-13 09:30:54 -05005LIC_FILES_CHKSUM = "file://README.md;beginline=268;endline=292;md5=86d10e4bcf4b4014d306dde7c1d2a80d"
Brad Bishop316dfdd2018-06-25 12:45:53 -04006
7SRC_URI = "git://github.com/sarfata/pi-blaster \
8 file://remove-initscript-lsb-dependency.patch \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009 "
Brad Bishop316dfdd2018-06-25 12:45:53 -040010
11S = "${WORKDIR}/git"
Patrick Williams8b8bc412016-08-17 15:02:23 -050012
Brad Bishop52fc5e72019-11-13 09:30:54 -050013SRCREV = "befd8ef36e5066e4d444ef47fe4020787e541248"
Brad Bishop316dfdd2018-06-25 12:45:53 -040014
15inherit update-rc.d autotools
16
17INITSCRIPT_PACKAGES = "${PN}"
Patrick Williams213cb262021-08-07 19:21:33 -050018INITSCRIPT_NAME:${PN} = "${PN}.boot.sh"
19INITSCRIPT_PARAMS:${PN} = "defaults 15 85"
Brad Bishop316dfdd2018-06-25 12:45:53 -040020
21COMPATIBLE_MACHINE = "^rpi$"
22
23PACKAGE_ARCH = "${MACHINE_ARCH}"