From patchwork Wed Oct 14 07:40:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerzy Grzegorek X-Patchwork-Id: 530070 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id A1F001402D6 for ; Wed, 14 Oct 2015 18:40:43 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A02D28B29F; Wed, 14 Oct 2015 07:40:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xtq8VYvSESeV; Wed, 14 Oct 2015 07:40:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 77A788822F; Wed, 14 Oct 2015 07:40:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 3401C1C44C4 for ; Wed, 14 Oct 2015 07:40:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 15EDB8B29F for ; Wed, 14 Oct 2015 07:40:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cMpRGEJxlb2W for ; Wed, 14 Oct 2015 07:40:35 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.internet.v.pl (mail.internet.v.pl [62.69.205.34]) by whitealder.osuosl.org (Postfix) with SMTP id 343308822F for ; Wed, 14 Oct 2015 07:40:34 +0000 (UTC) Received: from localhost.localdomain (93-181-142-99.internetia.net.pl [93.181.142.99]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerzy.grzegorek@trzebnica.net) by mail.internet.v.pl (Postfix) with ESMTPSA id 44C7F90D9; Wed, 14 Oct 2015 09:40:32 +0200 (CEST) From: Jerzy Grzegorek To: buildroot@busybox.net Date: Wed, 14 Oct 2015 09:40:30 +0200 Message-Id: <1444808430-11567-1-git-send-email-jerzy.grzegorek@trzebnica.net> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH 1/1] squeezelite: fix license typo 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" Signed-off-by: Jerzy Grzegorek --- package/squeezelite/squeezelite.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/squeezelite/squeezelite.mk b/package/squeezelite/squeezelite.mk index b9dfa7f..7a82f4a 100644 --- a/package/squeezelite/squeezelite.mk +++ b/package/squeezelite/squeezelite.mk @@ -7,7 +7,7 @@ SQUEEZELITE_VERSION = v1.8 SQUEEZELITE_SITE = $(call github,robadenshi,squeezelite,$(SQUEEZELITE_VERSION)) SQUEEZELITE_LICENSE = GPLv3 -SQUEEZELITE_LICENSE_FILE = LICENSE.txt +SQUEEZELITE_LICENSE_FILES = LICENSE.txt SQUEEZELITE_DEPENDENCIES = alsa-lib flac libmad libvorbis faad2 mpg123 SQUEEZELITE_MAKE_OPTS = -DLINKALL