From patchwork Sun Dec 11 08:00:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rahul Bedarkar X-Patchwork-Id: 704802 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tbz2f3btDz9sCM for ; Sun, 11 Dec 2016 19:02:02 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 30AA886E66; Sun, 11 Dec 2016 08:01:57 +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 Q7U2jSN65Uca; Sun, 11 Dec 2016 08:01:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 045E686E00; Sun, 11 Dec 2016 08:01:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 2D06B1BFB5A for ; Sun, 11 Dec 2016 08:01:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 280AB8634A for ; Sun, 11 Dec 2016 08:01:30 +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 ND7yXo6Z1vMI for ; Sun, 11 Dec 2016 08:01:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by fraxinus.osuosl.org (Postfix) with ESMTP id B791586EE8 for ; Sun, 11 Dec 2016 08:01:10 +0000 (UTC) Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Forcepoint Email with ESMTPS id 0ED3085F9B932 for ; Sun, 11 Dec 2016 08:01:06 +0000 (GMT) Received: from PUMAIL01.pu.imgtec.org (192.168.91.250) by hhmail02.hh.imgtec.org (10.100.10.20) with Microsoft SMTP Server (TLS) id 14.3.294.0; Sun, 11 Dec 2016 08:01:08 +0000 Received: from pudesk287-linux.pu.imgtec.org (192.168.91.23) by PUMAIL01.pu.imgtec.org (192.168.91.250) with Microsoft SMTP Server (TLS) id 14.3.266.1; Sun, 11 Dec 2016 13:31:06 +0530 From: Rahul Bedarkar To: Date: Sun, 11 Dec 2016 13:30:28 +0530 Message-ID: <1481443229-18342-1-git-send-email-rahul.bedarkar@imgtec.com> X-Mailer: git-send-email 2.6.2 MIME-Version: 1.0 X-Originating-IP: [192.168.91.23] Cc: Rahul Bedarkar Subject: [Buildroot] [PATCH 1/2] mimic: fix legal info X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Name of license file is 'COPYING'. Fixes: http://autobuild.buildroot.net/results/846/846b42d484e8d3e261eb3699a485d589f6bbab62 Signed-off-by: Rahul Bedarkar --- package/mimic/mimic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mimic/mimic.mk b/package/mimic/mimic.mk index 66fe9a9..2d24656 100644 --- a/package/mimic/mimic.mk +++ b/package/mimic/mimic.mk @@ -7,7 +7,7 @@ MIMIC_VERSION = 1.1.0 MIMIC_SITE = $(call github,MycroftAI,mimic,$(MIMIC_VERSION)) MIMIC_LICENSE = MIT -MIMIC_LICENSE_FILES = LICENSE +MIMIC_LICENSE_FILES = COPYING MIMIC_DEPENDENCIES = host-pkgconf