diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-04-29 19:38:05 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-29 21:06:26 +0200 |
commit | d1aa5740cb71a0e96e4763e267bc92a5909bdae2 (patch) | |
tree | 3fffeb6c6091b034ff468848f9727274ffe30dd5 | |
parent | 48bd50287fdebb9bcdc80952e743c331ccf9e4ee (diff) | |
download | buildroot-d1aa5740cb71a0e96e4763e267bc92a5909bdae2.tar.gz buildroot-d1aa5740cb71a0e96e4763e267bc92a5909bdae2.zip |
package/libsquish: fix legal-info
Fixes
http://autobuild.buildroot.net/results/4f8/4f81644ca2e0ec4064f43c6cb00f2d5c858bbf77/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libsquish/libsquish.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libsquish/libsquish.mk b/package/libsquish/libsquish.mk index 9b447b0d80..67892dd9eb 100644 --- a/package/libsquish/libsquish.mk +++ b/package/libsquish/libsquish.mk @@ -10,7 +10,7 @@ LIBSQUISH_SITE = http://downloads.sourceforge.net/project/libsquish LIBSQUISH_INSTALL_STAGING = YES LIBSQUISH_STRIP_COMPONENTS = 0 LIBSQUISH_LICENSE = MIT -LIBSQUISH_LICENSE_FILES = README +LIBSQUISH_LICENSE_FILES = LICENSE.txt define LIBSQUISH_BUILD_CMDS $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) |