From patchwork Thu May 17 17:33:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 159996 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 29992B6F9D for ; Fri, 18 May 2012 03:36:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D4D33A03D8; Thu, 17 May 2012 17:36:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IcBbt0QWu1iV; Thu, 17 May 2012 17:36:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 999CCA038F; Thu, 17 May 2012 17:34:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B79EC8F78D for ; Thu, 17 May 2012 17:34:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B17AB8A2C4 for ; Thu, 17 May 2012 17:34:00 +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 OBSbjYB7TGQR for ; Thu, 17 May 2012 17:33:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from smtpi4.ngi.it (smtpi4.ngi.it [88.149.128.104]) by whitealder.osuosl.org (Postfix) with ESMTP id 2DAA88C885 for ; Thu, 17 May 2012 17:33:50 +0000 (UTC) Received: from localhost.localdomain (88-149-225-112.dynamic.ngi.it [88.149.225.112]) by smtpi4.ngi.it (Postfix) with ESMTP id BA83B4201F; Thu, 17 May 2012 19:33:49 +0200 (CEST) From: Luca Ceresoli To: buildroot@busybox.net Date: Thu, 17 May 2012 19:33:18 +0200 Message-Id: <1337276001-26149-20-git-send-email-luca@lucaceresoli.net> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1337276001-26149-1-git-send-email-luca@lucaceresoli.net> References: <1337276001-26149-1-git-send-email-luca@lucaceresoli.net> Cc: Luca Ceresoli Subject: [Buildroot] [PATCH v4 19/22] libusb: define license X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Luca Ceresoli --- package/libusb/libusb.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/libusb/libusb.mk b/package/libusb/libusb.mk index 9abfcfc..ac0f0d2 100644 --- a/package/libusb/libusb.mk +++ b/package/libusb/libusb.mk @@ -6,6 +6,8 @@ LIBUSB_VERSION = 1.0.9 LIBUSB_SOURCE = libusb-$(LIBUSB_VERSION).tar.bz2 LIBUSB_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/libusb/libusb-1.0/libusb-$(LIBUSB_VERSION) +LIBUSB_LICENSE = LGPLv2.1+ +LIBUSB_LICENSE_FILES = COPYING LIBUSB_DEPENDENCIES = host-pkg-config LIBUSB_INSTALL_STAGING = YES