[oe-commits] org.oe.dev read-edid: add util that build parse-edid

koen commit oe at amethyst.openembedded.net
Fri Jun 6 16:26:25 UTC 2008


read-edid: add util that build parse-edid

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 48c629fa97cc4e39439c32f7846e8bb8fe604e64
ViewMTN: http://monotone.openembedded.org/revision/info/48c629fa97cc4e39439c32f7846e8bb8fe604e64
Files:
1
packages/i2c-tools/read-edid_1.4.1.bb
Diffs:

#
# mt diff -r541342b2acb5a5d40fdc104161b7cfc9f538ef5b -r48c629fa97cc4e39439c32f7846e8bb8fe604e64
#
#
#
# add_file "packages/i2c-tools/read-edid_1.4.1.bb"
#  content [913a5ce3452e20d5163b929f15d1dcd8a2b5b0e5]
#
============================================================
--- packages/i2c-tools/read-edid_1.4.1.bb	913a5ce3452e20d5163b929f15d1dcd8a2b5b0e5
+++ packages/i2c-tools/read-edid_1.4.1.bb	913a5ce3452e20d5163b929f15d1dcd8a2b5b0e5
@@ -0,0 +1,19 @@
+DESCRIPTION = "read-edid elucidates various very useful informations from a conforming PnP monitor"
+LICENSE = "GPL"
+
+SRC_URI = "http://john.fremlin.de/programs/linux/read-edid/read-edid-${PV}.tar.gz \
+           http://ftp.de.debian.org/debian/pool/main/r/read-edid/read-edid_1.4.1-2.1.diff.gz;patch=1 "
+
+inherit autotools
+
+do_compile() {
+	oe_runmake parse-edid
+}
+
+do_install() {
+	install -d ${D}/${sbindir}
+	install -m 0755 parse-edid ${D}/${sbindir}/
+}
+
+PACKAGES =+ "parse-edid"
+FILES_parse-edid = "${sbindir}/parse-edid"






More information about the Openembedded-commits mailing list