blob: a548957dc047e2c2ad3062870d1665c92372a246 [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001DESCRIPTION = "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 Bishop6e60e8b2018-02-01 10:27:11 -05005LIC_FILES_CHKSUM = "file://README.md;beginline=212;endline=239;md5=a012868ef5f83b9f257af253d7cb07a3"
Patrick Williams8b8bc412016-08-17 15:02:23 -05006
7SRC_URI = "git://github.com/sarfata/pi-blaster \
8 file://remove-initscript-lsb-dependency.patch \
9"
10
11S = "${WORKDIR}/git"
12
13inherit update-rc.d autotools
14
15INITSCRIPT_PACKAGES = "${PN}"
16INITSCRIPT_NAME_${PN} = "${PN}.boot.sh"
17INITSCRIPT_PARAMS_${PN} = "defaults 15 85"
18
19COMPATIBLE_MACHINE = "raspberrypi"
20
21PACKAGE_ARCH = "${MACHINE_ARCH}"