summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/read-edid/read-edid/0001-Do-not-install-license-file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/read-edid/read-edid/0001-Do-not-install-license-file.patch')
-rw-r--r--meta-oe/recipes-support/read-edid/read-edid/0001-Do-not-install-license-file.patch17
1 files changed, 17 insertions, 0 deletions
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)