From patchwork Thu Aug 9 09:59:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 176043 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id C453A2C00CF for ; Thu, 9 Aug 2012 19:59:47 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 474138CDB2; Thu, 9 Aug 2012 09:59:45 +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 l4gFdxl6txaE; Thu, 9 Aug 2012 09:59:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id C1C118E864; Thu, 9 Aug 2012 09:59:42 +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 3FEEF8F753 for ; Thu, 9 Aug 2012 09:59:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 37CDE8CDB2 for ; Thu, 9 Aug 2012 09:59:41 +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 Kz-JUgGJ1cF1 for ; Thu, 9 Aug 2012 09:59:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ey0-f171.google.com (mail-ey0-f171.google.com [209.85.215.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8824B8C901 for ; Thu, 9 Aug 2012 09:59:39 +0000 (UTC) Received: by eaah11 with SMTP id h11so116235eaa.16 for ; Thu, 09 Aug 2012 02:59:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=ZPv/dFwqOuh4GJk+hy1XdfnyRx/d1QqfzJxc/myjlEQ=; b=F2p5BD82daHYiOFgQsHAL2BZqP3xzRmxg2ilwVrh/CMCE0fxh/mkyhI+ok7SfJ/T/P rMkiQLqWSU/fsVao6cRKgtTm6ndIam76Fy/E8vV+qNtUWR8A9bx+FLVAGBHNZW3ejlKO fc5OT9Wu8ARjO/vDsmzKwIigJ/9a5VBTg/y4IMadnonwAbhzjFDbjemiju8CPnFhDxMp l2U4JGF0P7LAiTR4HNDIDtTF6lQVI/OLH6Oq+PTtX8OfGt9UsgqWbaz5j+GFrtgcjyBN 0leb8Vq764XiV4WAxsisB1/27joWs+GK4KQiFyDQ5kdIrqHlnv2NQJTismXkc33iOBzd NzcA== Received: by 10.14.194.198 with SMTP id m46mr26512467een.13.1344506377591; Thu, 09 Aug 2012 02:59:37 -0700 (PDT) Received: from percy.train.local ([213.170.149.177]) by mx.google.com with ESMTPS id q3sm2108674eeo.4.2012.08.09.02.59.35 (version=SSLv3 cipher=OTHER); Thu, 09 Aug 2012 02:59:36 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Thu, 9 Aug 2012 10:59:32 +0100 Message-Id: <1344506373-17490-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] libtpl: add license information 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 From: Simon Dawson Signed-off-by: Simon Dawson --- package/libtpl/libtpl.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/libtpl/libtpl.mk b/package/libtpl/libtpl.mk index 45089b5..7af0b06 100644 --- a/package/libtpl/libtpl.mk +++ b/package/libtpl/libtpl.mk @@ -7,5 +7,7 @@ LIBTPL_VERSION = 1.5 LIBTPL_SOURCE = libtpl-$(LIBTPL_VERSION).tar.bz2 LIBTPL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/tpl LIBTPL_INSTALL_STAGING = YES +LIBTPL_LICENSE = BSD-like +LIBTPL_LICENSE_FILES = LICENSE $(eval $(autotools-package))