Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 1 | DESCRIPTION = "This project enables PWM on the GPIO pins you request of a Raspberry Pi." |
| 2 | HOMEPAGE = "https://github.com/sarfata/pi-blaster/" |
| 3 | SECTION = "devel/libs" |
| 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://README.md;beginline=157;endline=170;md5=f20832f31126609af5a7bf2340014540" |
| 6 | |
| 7 | SRC_URI = "git://github.com/sarfata/pi-blaster \ |
| 8 | file://remove-initscript-lsb-dependency.patch \ |
| 9 | " |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit update-rc.d autotools |
| 14 | |
| 15 | INITSCRIPT_PACKAGES = "${PN}" |
| 16 | INITSCRIPT_NAME_${PN} = "${PN}.boot.sh" |
| 17 | INITSCRIPT_PARAMS_${PN} = "defaults 15 85" |
| 18 | |
| 19 | COMPATIBLE_MACHINE = "raspberrypi" |
| 20 | |
| 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |