From patchwork Thu Feb 7 21:02:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 218991 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 137002C0087 for ; Fri, 8 Feb 2013 08:12:17 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 807E58C907; Thu, 7 Feb 2013 21:12:15 +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 Td5zhjQRyw+b; Thu, 7 Feb 2013 21:12:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 17B038C92A; Thu, 7 Feb 2013 21:11:49 +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 73A088F7A0 for ; Thu, 7 Feb 2013 21:11:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2032D8C8E1 for ; Thu, 7 Feb 2013 21:11:22 +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 tM+crQTlHOIe for ; Thu, 7 Feb 2013 21:11:17 +0000 (UTC) X-Greylist: from 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 04A328C8EA for ; Thu, 7 Feb 2013 21:11:16 +0000 (UTC) Received: from localhost.localdomain (unknown [81.174.41.154]) by smtpi4.ngi.it (Postfix) with ESMTP id BB36C421B7; Thu, 7 Feb 2013 22:02:45 +0100 (CET) From: Luca Ceresoli To: buildroot@busybox.net Date: Thu, 7 Feb 2013 22:02:34 +0100 Message-Id: <1360270956-8896-2-git-send-email-luca@lucaceresoli.net> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1360270956-8896-1-git-send-email-luca@lucaceresoli.net> References: <1360270956-8896-1-git-send-email-luca@lucaceresoli.net> Cc: Luca Ceresoli Subject: [Buildroot] [PATCH v2 2/4] omap-u-boot-utils: 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 --- No change since v1. package/omap-u-boot-utils/omap-u-boot-utils.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/omap-u-boot-utils/omap-u-boot-utils.mk b/package/omap-u-boot-utils/omap-u-boot-utils.mk index bb894a5..8615fdb 100644 --- a/package/omap-u-boot-utils/omap-u-boot-utils.mk +++ b/package/omap-u-boot-utils/omap-u-boot-utils.mk @@ -6,6 +6,8 @@ OMAP_U_BOOT_UTILS_VERSION = 8aff852 OMAP_U_BOOT_UTILS_SITE = http://github.com/nmenon/omap-u-boot-utils/tarball/master +OMAP_U_BOOT_UTILS_LICENSE = GPLv2, GPLv2+ +OMAP_U_BOOT_UTILS_LICENSE_FILES = COPYING define HOST_OMAP_U_BOOT_UTILS_BUILD_CMDS $(MAKE) -C $(@D)