package/fio: fix license file
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 30 Jan 2016 10:30:54 +0000 (11:30 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 31 Jan 2016 09:07:04 +0000 (10:07 +0100)
Sorry, I missed the changed filename.

Fixes
http://autobuild.buildroot.net/results/a35/a3596283632433831ea24c1d586f2067b034eb32/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/fio/fio.mk

index 9b148097e2373fe31e3f0145ecc981abb1cce7c7..08fef5f75a174938818385dbb73fb8b7cc0e9cb4 100644 (file)
@@ -7,7 +7,7 @@
 FIO_VERSION = fio-2.6
 FIO_SITE = git://git.kernel.dk/fio.git
 FIO_LICENSE = GPLv2 + special obligations
-FIO_LICENSE_FILES = LICENSE
+FIO_LICENSE_FILES = COPYING
 
 define FIO_CONFIGURE_CMDS
        (cd $(@D); ./configure --cc="$(TARGET_CC)" --extra-cflags="$(TARGET_CFLAGS)")