diff options
Diffstat (limited to 'recipes-devtools/pi-blaster/pi-blaster.inc')
| -rw-r--r-- | recipes-devtools/pi-blaster/pi-blaster.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-devtools/pi-blaster/pi-blaster.inc b/recipes-devtools/pi-blaster/pi-blaster.inc deleted file mode 100644 index 3cb79cc..0000000 --- a/recipes-devtools/pi-blaster/pi-blaster.inc +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 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=225;endline=252;md5=a012868ef5f83b9f257af253d7cb07a3" | ||
| 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 = "^rpi$" | ||
| 20 | |||
| 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
