summaryrefslogtreecommitdiffstats
path: root/meta-openembedded/meta-oe/recipes-support/read-edid/read-edid/0001-Do-not-install-license-file.patch
blob: a9b9476bd691f548e3f4754f8c0b74b317a6c6bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)
OpenPOWER on IntegriCloud