From patchwork Sat Apr 29 17:38:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 756767 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wFdFP3pd9z9rxw for ; Sun, 30 Apr 2017 03:38:17 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8D33230A72; Sat, 29 Apr 2017 17:38:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t4vZDH1medpH; Sat, 29 Apr 2017 17:38:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 2F61030A69; Sat, 29 Apr 2017 17:38:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id AFA0A1C0762 for ; Sat, 29 Apr 2017 17:38:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A808430A69 for ; Sat, 29 Apr 2017 17:38:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VPm0wBVZ+dTH for ; Sat, 29 Apr 2017 17:38:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by silver.osuosl.org (Postfix) with ESMTPS id 372FC30A65 for ; Sat, 29 Apr 2017 17:38:11 +0000 (UTC) Received: from fwd41.aul.t-online.de (fwd41.aul.t-online.de [172.20.27.139]) by mailout12.t-online.de (Postfix) with SMTP id C2D1A41E9714 for ; Sat, 29 Apr 2017 19:38:08 +0200 (CEST) Received: from fli4l.lan.fli4l (bRJP84ZeQhfLn1gHSvYtxR4ZngIbIg0T9U5D-RpsaPMRGRmaUf5G3UMyjFY5DAtwu4@[79.222.107.23]) by fwd41.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1d4WJr-0wIdt20; Sat, 29 Apr 2017 19:38:07 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:37174 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1d4WJq-0002KU-2T for buildroot@buildroot.org; Sat, 29 Apr 2017 19:38:06 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 29 Apr 2017 19:38:05 +0200 Message-Id: <20170429173805.25690-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: bRJP84ZeQhfLn1gHSvYtxR4ZngIbIg0T9U5D-RpsaPMRGRmaUf5G3UMyjFY5DAtwu4 X-TOI-MSGID: 1f3a0c61-4423-42ff-987f-36011c673c76 Subject: [Buildroot] [PATCH 1/1] package/libsquish: fix legal-info X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes http://autobuild.buildroot.net/results/4f8/4f81644ca2e0ec4064f43c6cb00f2d5c858bbf77/ Signed-off-by: Bernd Kuhls --- package/libsquish/libsquish.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libsquish/libsquish.mk b/package/libsquish/libsquish.mk index 9b447b0d8..67892dd9e 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)