summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Wiehler <stefan.wiehler@missinglinkelectronics.com>2018-11-29 10:26:33 +0100
committerKhem Raj <raj.khem@gmail.com>2018-11-29 18:44:56 -0800
commit7fd1474beeda31a6b14cd25c5519bf33a34506ce (patch)
tree05712895de8f49bb51d9276c0a8afd231109efb6
parent4224a09efdec7b502f5278a16b40f009c38bea67 (diff)
downloadmeta-openembedded-7fd1474beeda31a6b14cd25c5519bf33a34506ce.tar.gz
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>
-rw-r--r--meta-oe/licenses/read-edid17
-rw-r--r--meta-oe/recipes-support/read-edid/read-edid/0001-Do-not-install-license-file.patch17
-rw-r--r--meta-oe/recipes-support/read-edid/read-edid/0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch28
-rw-r--r--meta-oe/recipes-support/read-edid/read-edid_2.0.0.bb23
-rw-r--r--meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb20
5 files changed, 54 insertions, 51 deletions
diff --git a/meta-oe/licenses/read-edid b/meta-oe/licenses/read-edid
new file mode 100644
index 000000000..2eb2c60cd
--- /dev/null
+++ b/meta-oe/licenses/read-edid
@@ -0,0 +1,17 @@
1
2 * This is an unofficial license. Let's call it BSD-like, with these terms:
3 * * You are free to use this software for any purpose. I cannot guarantee
4 * anything about this software or its fitness for any purpose. I will
5 * offer support for this software as long as I am capable of doing so,
6 * but this should not be interpreted as a support contract of any kind.
7 *
8 * * You are free to modify, distribute, etc. this code under the strict
9 * condition that you email me, Matthew Kern <pyrophobicman@gmail.com>, a
10 * brief message on what you're doing. Nothing will be rejected, this is
11 * simply to keep tabs on my work, and maybe we can share ideas on EDIDs.
12 *
13 * * (C)opyright 2008-2014 Matthew Kern
14 *
15 * Please see AUTHORS for a list of the people who made this software
16 * possible. All of the current code is a rewrite of my own work, but
17 * I am still indebted to those guys for a ton of the ideas.
diff --git a/meta-oe/recipes-support/read-edid/read-edid/0001-Do-not-install-license-file.patch b/meta-oe/recipes-support/read-edid/read-edid/0001-Do-not-install-license-file.patch
new file mode 100644
index 000000000..a9b9476bd
--- /dev/null
+++ b/meta-oe/recipes-support/read-edid/read-edid/0001-Do-not-install-license-file.patch
@@ -0,0 +1,17 @@
1Do not install license file
2
3File name is incorrect as well; must be LICENSE instead of COPYING.
4
5Upstream-Status: Submitted [pyrophobicman@gmail.com]
6
7Signed-off-by: Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>
8
9--- a/CMakeLists.txt
10+++ b/CMakeLists.txt
11@@ -13,5 +13,5 @@
12 add_subdirectory (parse-edid)
13
14 INSTALL(FILES get-edid.1 DESTINATION share/man/man1)
15-INSTALL(FILES AUTHORS ChangeLog COPYING README DESTINATION
16+INSTALL(FILES AUTHORS ChangeLog README DESTINATION
17 share/doc/read-edid)
diff --git a/meta-oe/recipes-support/read-edid/read-edid/0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch b/meta-oe/recipes-support/read-edid/read-edid/0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch
deleted file mode 100644
index 440800235..000000000
--- a/meta-oe/recipes-support/read-edid/read-edid/0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From eb7590cc2cdd5c35403af4567d8524e017010f1c Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Sat, 11 May 2013 07:58:17 +0200
4Subject: [PATCH] configure: remove check for x86.h, we don't build get-edid
5
6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7
8Upstream-status: Inappropriate [OE specific]
9---
10 configure.in | 2 --
11 1 file changed, 2 deletions(-)
12
13diff --git a/configure.in b/configure.in
14index ac85a21..f53e904 100644
15--- a/configure.in
16+++ b/configure.in
17@@ -8,8 +8,6 @@ dnl Checks for programs
18
19 AC_PROG_CC
20
21-AC_CHECK_HEADER([libx86.h], [], [AC_MSG_ERROR([libx86.h not found])])
22-
23 dnl Simple, huh?
24
25 AC_OUTPUT([Makefile])
26--
271.8.1.4
28
diff --git a/meta-oe/recipes-support/read-edid/read-edid_2.0.0.bb b/meta-oe/recipes-support/read-edid/read-edid_2.0.0.bb
deleted file mode 100644
index b002906fa..000000000
--- a/meta-oe/recipes-support/read-edid/read-edid_2.0.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "read-edid elucidates various very useful informations from a conforming PnP monitor"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d0bf70fa1ef81fe4741ec0e6231dadfd"
4
5SRC_URI = "http://polypux.org/projects/read-edid/read-edid-${PV}.tar.gz \
6 file://0001-configure-remove-check-for-x86.h-we-don-t-build-get-.patch"
7
8SRC_URI[md5sum] = "586e7fa1167773b27f4e505edc93274b"
9SRC_URI[sha256sum] = "246ec14ec509e09ac26fe6862b120481b2cc881e2f142ba40886d6eec15e77e8"
10
11inherit autotools
12
13do_compile() {
14 oe_runmake parse-edid
15}
16
17do_install() {
18 install -d ${D}${bindir}
19 install -m 0755 parse-edid ${D}${bindir}
20}
21
22PACKAGES =+ "parse-edid"
23FILES_parse-edid = "${bindir}/parse-edid"
diff --git a/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb b/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb
new file mode 100644
index 000000000..e4c2cadc2
--- /dev/null
+++ b/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb
@@ -0,0 +1,20 @@
1SUMMARY = "A pair of tools for reading the EDID from a monitor"
2DESCRIPTION = "read-edid is a set of two tools - get-edid, which gets the raw \
3 EDID information from the monitor, and parse-edid, which turns \
4 the raw binary information into a xorg.conf-compatible monitor \
5 section."
6AUTHOR = "Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>"
7HOMEPAGE = "http://www.polypux.org/projects/read-edid/"
8SECTION = "console/utils"
9LICENSE = "read-edid"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=292c42e2aedc4af636636bf7af0e2b26"
11
12SRC_URI = "http://polypux.org/projects/read-edid/read-edid-${PV}.tar.gz \
13 file://0001-Do-not-install-license-file.patch \
14 "
15SRC_URI[md5sum] = "016546e438bf6c98739ff74061df9854"
16SRC_URI[sha256sum] = "c7c6d8440f5b90f98e276829271ccea5b2ff5a3413df8a0f87ec09f834af186f"
17
18EXTRA_OECMAKE = "-DCLASSICBUILD=OFF"
19
20inherit cmake