Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "This small package provides a few command line tools for Linux Phonet" |
| 2 | HOMEPAGE = "" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 5 | SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master \ |
| 6 | file://0001-Include-limits.h-for-PATH_MAX.patch \ |
| 7 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 8 | PR = "r2" |
| 9 | S = "${WORKDIR}/git" |
| 10 | SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" |
| 11 | PV = "0.0.0+gitr${SRCPV}" |
| 12 | |
| 13 | inherit autotools-brokensep |
| 14 | |
| 15 | FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules" |