mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
read-edid: Upgrade to 3.0.2
Signed-off-by: Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4224a09efd
commit
7fd1474bee
17
meta-oe/licenses/read-edid
Normal file
17
meta-oe/licenses/read-edid
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
* This is an unofficial license. Let's call it BSD-like, with these terms:
|
||||||
|
* * You are free to use this software for any purpose. I cannot guarantee
|
||||||
|
* anything about this software or its fitness for any purpose. I will
|
||||||
|
* offer support for this software as long as I am capable of doing so,
|
||||||
|
* but this should not be interpreted as a support contract of any kind.
|
||||||
|
*
|
||||||
|
* * You are free to modify, distribute, etc. this code under the strict
|
||||||
|
* condition that you email me, Matthew Kern <pyrophobicman@gmail.com>, a
|
||||||
|
* brief message on what you're doing. Nothing will be rejected, this is
|
||||||
|
* simply to keep tabs on my work, and maybe we can share ideas on EDIDs.
|
||||||
|
*
|
||||||
|
* * (C)opyright 2008-2014 Matthew Kern
|
||||||
|
*
|
||||||
|
* Please see AUTHORS for a list of the people who made this software
|
||||||
|
* possible. All of the current code is a rewrite of my own work, but
|
||||||
|
* I am still indebted to those guys for a ton of the ideas.
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
Do not install license file
|
||||||
|
|
||||||
|
File name is incorrect as well; must be LICENSE instead of COPYING.
|
||||||
|
|
||||||
|
Upstream-Status: Submitted [pyrophobicman@gmail.com]
|
||||||
|
|
||||||
|
Signed-off-by: Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>
|
||||||
|
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -13,5 +13,5 @@
|
||||||
|
add_subdirectory (parse-edid)
|
||||||
|
|
||||||
|
INSTALL(FILES get-edid.1 DESTINATION share/man/man1)
|
||||||
|
-INSTALL(FILES AUTHORS ChangeLog COPYING README DESTINATION
|
||||||
|
+INSTALL(FILES AUTHORS ChangeLog README DESTINATION
|
||||||
|
share/doc/read-edid)
|
||||||
|
|
@ -1,28 +0,0 @@
|
||||||
From eb7590cc2cdd5c35403af4567d8524e017010f1c Mon Sep 17 00:00:00 2001
|
|
||||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
|
||||||
Date: Sat, 11 May 2013 07:58:17 +0200
|
|
||||||
Subject: [PATCH] configure: remove check for x86.h, we don't build get-edid
|
|
||||||
|
|
||||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
|
||||||
|
|
||||||
Upstream-status: Inappropriate [OE specific]
|
|
||||||
---
|
|
||||||
configure.in | 2 --
|
|
||||||
1 file changed, 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/configure.in b/configure.in
|
|
||||||
index ac85a21..f53e904 100644
|
|
||||||
--- a/configure.in
|
|
||||||
+++ b/configure.in
|
|
||||||
@@ -8,8 +8,6 @@ dnl Checks for programs
|
|
||||||
|
|
||||||
AC_PROG_CC
|
|
||||||
|
|
||||||
-AC_CHECK_HEADER([libx86.h], [], [AC_MSG_ERROR([libx86.h not found])])
|
|
||||||
-
|
|
||||||
dnl Simple, huh?
|
|
||||||
|
|
||||||
AC_OUTPUT([Makefile])
|
|
||||||
--
|
|
||||||
1.8.1.4
|
|
||||||
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
DESCRIPTION = "read-edid elucidates various very useful informations from a conforming PnP monitor"
|
|
||||||
LICENSE = "GPLv2"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d0bf70fa1ef81fe4741ec0e6231dadfd"
|
|
||||||
|
|
||||||
SRC_URI = "http://polypux.org/projects/read-edid/read-edid-${PV}.tar.gz \
|
|
||||||
file://0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "586e7fa1167773b27f4e505edc93274b"
|
|
||||||
SRC_URI[sha256sum] = "246ec14ec509e09ac26fe6862b120481b2cc881e2f142ba40886d6eec15e77e8"
|
|
||||||
|
|
||||||
inherit autotools
|
|
||||||
|
|
||||||
do_compile() {
|
|
||||||
oe_runmake parse-edid
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
install -d ${D}${bindir}
|
|
||||||
install -m 0755 parse-edid ${D}${bindir}
|
|
||||||
}
|
|
||||||
|
|
||||||
PACKAGES =+ "parse-edid"
|
|
||||||
FILES_parse-edid = "${bindir}/parse-edid"
|
|
||||||
20
meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb
Normal file
20
meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
SUMMARY = "A pair of tools for reading the EDID from a monitor"
|
||||||
|
DESCRIPTION = "read-edid is a set of two tools - get-edid, which gets the raw \
|
||||||
|
EDID information from the monitor, and parse-edid, which turns \
|
||||||
|
the raw binary information into a xorg.conf-compatible monitor \
|
||||||
|
section."
|
||||||
|
AUTHOR = "Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>"
|
||||||
|
HOMEPAGE = "http://www.polypux.org/projects/read-edid/"
|
||||||
|
SECTION = "console/utils"
|
||||||
|
LICENSE = "read-edid"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=292c42e2aedc4af636636bf7af0e2b26"
|
||||||
|
|
||||||
|
SRC_URI = "http://polypux.org/projects/read-edid/read-edid-${PV}.tar.gz \
|
||||||
|
file://0001-Do-not-install-license-file.patch \
|
||||||
|
"
|
||||||
|
SRC_URI[md5sum] = "016546e438bf6c98739ff74061df9854"
|
||||||
|
SRC_URI[sha256sum] = "c7c6d8440f5b90f98e276829271ccea5b2ff5a3413df8a0f87ec09f834af186f"
|
||||||
|
|
||||||
|
EXTRA_OECMAKE = "-DCLASSICBUILD=OFF"
|
||||||
|
|
||||||
|
inherit cmake
|
||||||
Loading…
Reference in New Issue
Block a user