cornucopia: bump SRCREV
[openembedded.git] / recipes / i2c-tools / read-edid_1.4.1.bb
blobb2c0216e3f2d8d5ec985860c8578362756fcb7e3
1 DESCRIPTION = "read-edid elucidates various very useful informations from a conforming PnP monitor"
2 LICENSE = "GPL"
3 PR = "r1"
5 SRC_URI = "http://john.fremlin.de/programs/linux/read-edid/read-edid-${PV}.tar.gz;name=archive \
6 http://ftp.de.debian.org/debian/pool/main/r/read-edid/read-edid_1.4.1-2.1.diff.gz;name=patch "
8 inherit autotools
10 do_compile() {
11 oe_runmake parse-edid get-edid
14 do_install() {
15 install -d ${D}/${sbindir}
16 install -m 0755 parse-edid ${D}/${sbindir}/
17 install -m 0755 get-edid ${D}/${sbindir}/
20 PACKAGES =+ "parse-edid get-edid"
21 FILES_parse-edid = "${sbindir}/parse-edid"
22 FILES_get-edid = "${sbindir}/parse-edid"
24 SRC_URI[archive.md5sum] = "aadc9a21ea4a1c9819757cda973372f4"
25 SRC_URI[archive.sha256sum] = "bffac0107bf6a64a35291e4ca1afc8823996ca6b334f05e6debe9fa558934947"
26 SRC_URI[patch.md5sum] = "77a18acd52ece9540d62859e964943bf"
27 SRC_URI[patch.sha256sum] = "4d129037dd239adf58280cd7f1110622995d5c1ce428d53b17cbdf32cfbadb96"