From patchwork Wed Jul 10 17:25:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 258174 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 A691F2C02A7 for ; Thu, 11 Jul 2013 03:26:58 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BF414A0283; Wed, 10 Jul 2013 17:26:51 +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 d7bcwHCjn8gV; Wed, 10 Jul 2013 17:26:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 315FAA0263; Wed, 10 Jul 2013 17:26:33 +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 273A61BFA7F for ; Wed, 10 Jul 2013 17:26:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 00ACE89F24 for ; Wed, 10 Jul 2013 17:26:28 +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 5+Xxx+wTJJdk for ; Wed, 10 Jul 2013 17:26:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id F32EF89D0D for ; Wed, 10 Jul 2013 17:26:15 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id r10so6631049pdi.27 for ; Wed, 10 Jul 2013 10:26:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=4A9nu0ZkqqP8th6BAVNg6Zgu6DXE4CmfalDVZ0XYR+s=; b=t1BUpRB/0obaPB+bIEzPwHYfDKocbr88cEXZWv9I6PIq7kpSKIMuFpwvpSTei1oCqJ MlV6M+0M2JX7LoJyzn/6oLRQAY9V00/cGjDvseaiTRxsBQtl9w4GydiHpolWaS4FrtB0 EbRNpjH4ie9+SUEGc31dJ+8rBVcMdxjwKMHDYYeArd3WB6dtfCY/bzbwKxDUa4vypC/X uzzFz6WEDWFY/UXFuaFS87V+tjuVikyK5b598eQ/Kkr8SQFqKfRezuLeA6z3E+DEiKwz pImIRTkfHaDpkifhJwJru9asPqytNXG9jJeLbdmEB6gEQbqIavYnwZJcm3sNNV6gu5I8 XkDg== X-Received: by 10.68.35.131 with SMTP id h3mr8766477pbj.140.1373477175592; Wed, 10 Jul 2013 10:26:15 -0700 (PDT) Received: from localhost.localdomain ([72.166.5.70]) by mx.google.com with ESMTPSA id iv4sm35059756pbc.9.2013.07.10.10.26.14 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 10 Jul 2013 10:26:15 -0700 (PDT) From: Gilles Talis To: buildroot@busybox.net Date: Wed, 10 Jul 2013 10:25:43 -0700 Message-Id: <1373477150-10251-4-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1373477150-10251-1-git-send-email-gilles.talis@gmail.com> References: <1373477150-10251-1-git-send-email-gilles.talis@gmail.com> Subject: [Buildroot] [PATCH 04/11] libtheora: 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: Gilles Talis --- package/libtheora/libtheora.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/libtheora/libtheora.mk b/package/libtheora/libtheora.mk index d31dac3..4ba342b 100644 --- a/package/libtheora/libtheora.mk +++ b/package/libtheora/libtheora.mk @@ -8,6 +8,8 @@ LIBTHEORA_VERSION = 1.1.1 LIBTHEORA_SOURCE = libtheora-$(LIBTHEORA_VERSION).tar.bz2 LIBTHEORA_SITE = http://downloads.xiph.org/releases/theora LIBTHEORA_INSTALL_STAGING = YES +LIBTHEORA_LICENSE = BSD-3c +LIBTHEORA_LICENSE_FILES = COPYING LICENSE LIBTHEORA_CONF_OPT = \ --disable-oggtest \