diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-01-30 11:30:54 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-31 10:07:04 +0100 |
commit | e2daaf9179b43a524c944b15a42b23ef920f4627 (patch) | |
tree | 480fc383f4f0601bce409acc7aa103ba6fbaecad | |
parent | 0f56304521db42bd2c05867fd78a247104a4ad95 (diff) | |
download | buildroot-e2daaf9179b43a524c944b15a42b23ef920f4627.tar.gz buildroot-e2daaf9179b43a524c944b15a42b23ef920f4627.zip |
package/fio: fix license file
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>
-rw-r--r-- | package/fio/fio.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fio/fio.mk b/package/fio/fio.mk index 9b148097e2..08fef5f75a 100644 --- a/package/fio/fio.mk +++ b/package/fio/fio.mk @@ -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)") |