From patchwork Mon Dec 14 13:11:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 556469 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 14D10140297 for ; Tue, 15 Dec 2015 00:13:54 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=R5IqXn0L; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5115491827; Mon, 14 Dec 2015 13:13:53 +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 T3OZrFhe8c8l; Mon, 14 Dec 2015 13:13:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id DCE7C91669; Mon, 14 Dec 2015 13:13:51 +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 0C2FC1C1039 for ; Mon, 14 Dec 2015 13:13:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 06CAF915F0 for ; Mon, 14 Dec 2015 13:13:51 +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 HcenHAHLXU0A for ; Mon, 14 Dec 2015 13:13:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7BFDE915B1 for ; Mon, 14 Dec 2015 13:13:49 +0000 (UTC) Received: from asgard (cpe-181-46-100-24.telecentro-reversos.com.ar [181.46.100.24] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id tBEDDeFE002001 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 14 Dec 2015 13:13:42 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1450098824; bh=+uedSmLrfk5uSQjmzsr/pUQz4X9d2j0HDOlwndsCMo8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=R5IqXn0LpXhWDxP8WeP2GkrnrxPOeN5/s10M1bq7cVkF+sZDZ3c/KVfgXC0+93z9s BJiRu860bL692xN/4ISbq3j+03qC5M/SmCX33fSVzLOdllDxVl8pulx9NuAo7hAvnr jp43eapJDGkFWAyb5OMNX0wxdsh/KkQe4BZpNC9U= Received: by asgard (sSMTP sendmail emulation); Mon, 14 Dec 2015 10:13:39 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 14 Dec 2015 10:11:02 -0300 Message-Id: <1450098684-17399-24-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1450098684-17399-1-git-send-email-gustavo@zacarias.com.ar> References: <1450098684-17399-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 23/45] ntfs-3g: comma separate licenses 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: Gustavo Zacarias --- package/ntfs-3g/ntfs-3g.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ntfs-3g/ntfs-3g.mk b/package/ntfs-3g/ntfs-3g.mk index 95e3db4..e5eafb3 100644 --- a/package/ntfs-3g/ntfs-3g.mk +++ b/package/ntfs-3g/ntfs-3g.mk @@ -10,7 +10,7 @@ NTFS_3G_SITE = http://tuxera.com/opensource NTFS_3G_CONF_OPTS = --disable-ldconfig NTFS_3G_INSTALL_STAGING = YES NTFS_3G_DEPENDENCIES = host-pkgconf -NTFS_3G_LICENSE = GPLv2+ LGPLv2+ +NTFS_3G_LICENSE = GPLv2+, LGPLv2+ NTFS_3G_LICENSE_FILES = COPYING COPYING.LIB ifeq ($(BR2_PACKAGE_LIBFUSE),y)