From patchwork Mon Aug 6 02:21:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keguang Zhang X-Patchwork-Id: 175238 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 6D2942C007C for ; Mon, 6 Aug 2012 12:21:54 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6757DA01B3; Mon, 6 Aug 2012 02:21:53 +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 F9Z1kSG1jhkU; Mon, 6 Aug 2012 02:21:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 846E0A0325; Mon, 6 Aug 2012 02:21:46 +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 02C4D8F75B for ; Mon, 6 Aug 2012 02:21:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 855388BC9D for ; Mon, 6 Aug 2012 02:21:44 +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 AmTaNJ1R5Z7Z for ; Mon, 6 Aug 2012 02:21:42 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-gg0-f171.google.com (mail-gg0-f171.google.com [209.85.161.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 95B098BCF3 for ; Mon, 6 Aug 2012 02:21:42 +0000 (UTC) Received: by ggmi1 with SMTP id i1so4000789ggm.16 for ; Sun, 05 Aug 2012 19:21:41 -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=aVAscTS4FqzcJt/LNO4BtouqQVmyNdyrA6OAiboctgg=; b=gKXMBcOSuDteWslYQ5tze02F8RPbrOLPaeTO8WYWL2SbD/9JjgV/Vm9VKblAKYYM5g fJhLZ4isOxKQ8uvk4A+9CuVzDOCpUo1URQSYWl07sJJ3jrARsibZSdm0xAVEdDaC5bZw WJcP5PJXMkNY01vlxCUe62l/KssLfziWDUxvaNEUz1dIE8DvchGhfZH4rFLaEj47QURc Wnn0y6BKAfCtgGG/Vj0GE4Ka1Ctq6F5Xwto4knwpKTimcfSHW39juyA4ppqvlVqzLgjc g/3m/s4yBvYeAPbW6d2ucRUqgIFbg/3ZRkd+6jl2dDuD2D049sB8h4wWP0tGHUSD3lyr CSVA== Received: by 10.66.76.227 with SMTP id n3mr14797479paw.53.1344219701053; Sun, 05 Aug 2012 19:21:41 -0700 (PDT) Received: from kelvin-Work.chd.intersil.com ([182.148.112.76]) by mx.google.com with ESMTPS id to6sm4452380pbc.12.2012.08.05.19.21.37 (version=SSLv3 cipher=OTHER); Sun, 05 Aug 2012 19:21:40 -0700 (PDT) From: Kelvin Cheung To: buildroot@busybox.net Date: Mon, 6 Aug 2012 10:21:22 +0800 Message-Id: <1344219682-8544-3-git-send-email-keguang.zhang@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1344219682-8544-1-git-send-email-keguang.zhang@gmail.com> References: <1344219682-8544-1-git-send-email-keguang.zhang@gmail.com> Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH 3/3] input-event-daemon: Add license info 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 Add license info for input-event-daemon. Signed-off-by: Kelvin Cheung --- package/input-event-daemon/input-event-daemon.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/input-event-daemon/input-event-daemon.mk b/package/input-event-daemon/input-event-daemon.mk index 0683056..f99bfbe 100644 --- a/package/input-event-daemon/input-event-daemon.mk +++ b/package/input-event-daemon/input-event-daemon.mk @@ -6,6 +6,8 @@ INPUT_EVENT_DAEMON_VERSION = v0.1.3 INPUT_EVENT_DAEMON_SITE = git://github.com/gandro/input-event-daemon.git +INPUT_EVENT_DAEMON_LICENSE = input-event-daemon license +INPUT_EVENT_DAEMON_LICENSE_FILES = README define INPUT_EVENT_DAEMON_BUILD_CMDS touch $(@D)/input-event-table.h