From patchwork Thu May 17 17:33:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 159979 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 B7C2AB6FA1 for ; Fri, 18 May 2012 03:34:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C787AA03F1; Thu, 17 May 2012 17:34:11 +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 kpX-zBP1sH4u; Thu, 17 May 2012 17:34:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 633D4A0383; Thu, 17 May 2012 17:33:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 4DBEB8F753 for ; Thu, 17 May 2012 17:33:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 482F8FFC5F for ; Thu, 17 May 2012 17:33:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mlNOiS5G0Yp2 for ; Thu, 17 May 2012 17:33:50 +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 fraxinus.osuosl.org (Postfix) with ESMTP id 0760AFF859 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 682FD423FD; Thu, 17 May 2012 19:33:48 +0200 (CEST) From: Luca Ceresoli To: buildroot@busybox.net Date: Thu, 17 May 2012 19:33:10 +0200 Message-Id: <1337276001-26149-12-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 11/22] m4: 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/m4/m4.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/m4/m4.mk b/package/m4/m4.mk index 173bba8..1e891c5 100644 --- a/package/m4/m4.mk +++ b/package/m4/m4.mk @@ -7,6 +7,8 @@ M4_VERSION = 1.4.16 M4_SOURCE = m4-$(M4_VERSION).tar.bz2 M4_SITE = $(BR2_GNU_MIRROR)/m4 +M4_LICENSE = GPLv3+ +M4_LICENSE_FILES = COPYING M4_CONF_ENV = gl_cv_func_gettimeofday_clobber=no ifneq ($(BR2_USE_WCHAR),y)