From patchwork Mon Apr 15 06:29:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 236497 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id DC6022C00CC for ; Mon, 15 Apr 2013 16:29:25 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 589C830A79; Mon, 15 Apr 2013 06:29:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kw82Fn3+taxC; Mon, 15 Apr 2013 06:29:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5430E30565; Mon, 15 Apr 2013 06:29:21 +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 AD8CE8F7A5 for ; Mon, 15 Apr 2013 06:29:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 08F228577F for ; Mon, 15 Apr 2013 06:29:19 +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 i2wuqVXSWX3r for ; Mon, 15 Apr 2013 06:29:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by whitealder.osuosl.org (Postfix) with ESMTPS id A78148536C for ; Mon, 15 Apr 2013 06:29:15 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id r5so3288787wey.39 for ; Sun, 14 Apr 2013 23:29:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer; bh=T+4+QrPnbXJSAZuFPdnQXz5S7sGrdZV9Wn56+vG7LUg=; b=x17psv71jfph5euTZwme4bvM0U610speJR9OzgwKlqs9Q4gHZIkojqymch0tnET4VW YWokC/xia6aTTduCUsm8cZmw3mWKbwSCu3usuQoJZvhomKzeH/U7foenRZDktUb4x96C HYy1OPTJ0yAiW3SRU953UXdZy5DtzWD0/17go1OXxU0NWZmapdyRjaawZb8chbNPHO+7 X35UnO9BKmmPJOH21DGvUzGyCpO9PxjvhyV+qQg0CUy7T1hfl1lAqGRLKunFgmmIGNKq BGUo4MxQ7jrixUHGSej19bQQRGARedIpGzsEH7bppxZMAMR+gAuaUvYQvu+9OUzvPrUn AzDA== X-Received: by 10.194.171.74 with SMTP id as10mr29596144wjc.0.1366007353718; Sun, 14 Apr 2013 23:29:13 -0700 (PDT) Received: from localhost.localdomain (host109-145-0-131.range109-145.btcentralplus.com. [109.145.0.131]) by mx.google.com with ESMTPS id g9sm12830326wix.1.2013.04.14.23.29.11 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 14 Apr 2013 23:29:12 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Mon, 15 Apr 2013 07:29:10 +0100 Message-Id: <1366007350-2884-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] ofono: 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/ofono/ofono.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/ofono/ofono.mk b/package/ofono/ofono.mk index 5410c98..9b1181a 100644 --- a/package/ofono/ofono.mk +++ b/package/ofono/ofono.mk @@ -3,8 +3,11 @@ # ofono # ############################################################# + OFONO_VERSION = 1.12 OFONO_SITE = $(BR2_KERNEL_MIRROR)/linux/network/ofono +OFONO_LICENSE = GPLv2 +OFONO_LICENSE_FILES = COPYING OFONO_DEPENDENCIES = \ host-pkgconf \ dbus \