1DESCRIPTION = "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" 5LIC_FILES_CHKSUM = "file://README.md;beginline=295;endline=319;md5=86d10e4bcf4b4014d306dde7c1d2a80d" 6 7SRC_URI = "git://github.com/sarfata/pi-blaster;branch=master;protocol=https \ 8 file://remove-initscript-lsb-dependency.patch \ 9 " 10 11S = "${WORKDIR}/git" 12 13SRCREV = "fbba9a7dcef0f352a11f8a2a5f6cbc15b62c0829" 14 15inherit update-rc.d autotools 16 17INITSCRIPT_PACKAGES = "${PN}" 18INITSCRIPT_NAME:${PN} = "${PN}.boot.sh" 19INITSCRIPT_PARAMS:${PN} = "defaults 15 85" 20 21COMPATIBLE_MACHINE = "^rpi$" 22 23PACKAGE_ARCH = "${MACHINE_ARCH}" 24