diff options
| author | Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com> | 2018-11-29 10:26:33 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-11-29 18:44:56 -0800 |
| commit | 7fd1474beeda31a6b14cd25c5519bf33a34506ce (patch) | |
| tree | 05712895de8f49bb51d9276c0a8afd231109efb6 | |
| parent | 4224a09efdec7b502f5278a16b40f009c38bea67 (diff) | |
| download | meta-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>
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 0000000000..2eb2c60cd6 --- /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 0000000000..a9b9476bd6 --- /dev/null +++ b/meta-oe/recipes-support/read-edid/read-edid/0001-Do-not-install-license-file.patch | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | Do not install license file | ||
| 2 | |||
| 3 | File name is incorrect as well; must be LICENSE instead of COPYING. | ||
| 4 | |||
| 5 | Upstream-Status: Submitted [pyrophobicman@gmail.com] | ||
| 6 | |||
| 7 | Signed-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 4408002356..0000000000 --- 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 @@ | |||
| 1 | From eb7590cc2cdd5c35403af4567d8524e017010f1c Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
| 3 | Date: Sat, 11 May 2013 07:58:17 +0200 | ||
| 4 | Subject: [PATCH] configure: remove check for x86.h, we don't build get-edid | ||
| 5 | |||
| 6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
| 7 | |||
| 8 | Upstream-status: Inappropriate [OE specific] | ||
| 9 | --- | ||
| 10 | configure.in | 2 -- | ||
| 11 | 1 file changed, 2 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/configure.in b/configure.in | ||
| 14 | index 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 | -- | ||
| 27 | 1.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 b002906fa6..0000000000 --- a/meta-oe/recipes-support/read-edid/read-edid_2.0.0.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "read-edid elucidates various very useful informations from a conforming PnP monitor" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d0bf70fa1ef81fe4741ec0e6231dadfd" | ||
| 4 | |||
| 5 | SRC_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 | |||
| 8 | SRC_URI[md5sum] = "586e7fa1167773b27f4e505edc93274b" | ||
| 9 | SRC_URI[sha256sum] = "246ec14ec509e09ac26fe6862b120481b2cc881e2f142ba40886d6eec15e77e8" | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | do_compile() { | ||
| 14 | oe_runmake parse-edid | ||
| 15 | } | ||
| 16 | |||
| 17 | do_install() { | ||
| 18 | install -d ${D}${bindir} | ||
| 19 | install -m 0755 parse-edid ${D}${bindir} | ||
| 20 | } | ||
| 21 | |||
| 22 | PACKAGES =+ "parse-edid" | ||
| 23 | FILES_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 0000000000..e4c2cadc2d --- /dev/null +++ b/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "A pair of tools for reading the EDID from a monitor" | ||
| 2 | DESCRIPTION = "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." | ||
| 6 | AUTHOR = "Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>" | ||
| 7 | HOMEPAGE = "http://www.polypux.org/projects/read-edid/" | ||
| 8 | SECTION = "console/utils" | ||
| 9 | LICENSE = "read-edid" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=292c42e2aedc4af636636bf7af0e2b26" | ||
| 11 | |||
| 12 | SRC_URI = "http://polypux.org/projects/read-edid/read-edid-${PV}.tar.gz \ | ||
| 13 | file://0001-Do-not-install-license-file.patch \ | ||
| 14 | " | ||
| 15 | SRC_URI[md5sum] = "016546e438bf6c98739ff74061df9854" | ||
| 16 | SRC_URI[sha256sum] = "c7c6d8440f5b90f98e276829271ccea5b2ff5a3413df8a0f87ec09f834af186f" | ||
| 17 | |||
| 18 | EXTRA_OECMAKE = "-DCLASSICBUILD=OFF" | ||
| 19 | |||
| 20 | inherit cmake | ||
