From patchwork Tue Jan 29 18:23:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 216612 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 4B4C02C007E for ; Wed, 30 Jan 2013 05:24:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7DB378C7CC; Tue, 29 Jan 2013 18:24:13 +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 kQiNJySSfC5W; Tue, 29 Jan 2013 18:24:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id C3B0D8C79B; Tue, 29 Jan 2013 18:24:11 +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 5BFC48F753 for ; Tue, 29 Jan 2013 18:24:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2E3C18C79B for ; Tue, 29 Jan 2013 18:24:11 +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 Z88+5kG3ls0T for ; Tue, 29 Jan 2013 18:24:09 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 71BE38C74A for ; Tue, 29 Jan 2013 18:24:08 +0000 (UTC) Received: from asgard (host155.190-138-35.telecom.net.ar [190.138.35.155]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.5) with ESMTP id r0TIO1ct008842 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Jan 2013 18:24:03 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1359483845; bh=L+azsF6CzqcKKN6dWvFVBeHNqUk3W7bZ72nSCQ4IGlg=; h=From:To:Cc:Subject:Date; b=fYLitLI8jmOP0jBBmHxg8op6JI6Hm1U9f3mMIctBugsRC1PDzoz2OCFuxhjhbmGMe zzqI7ZvduU4qpobGDbphCrwXbyMqz5juLZtthRwemsE2/JmZUw6G5A5j4bvo0RvcTw lgMNDp0IuAcEwK13m2apP7IfZFAg7G6k2kvEgHF0= Received: by asgard (sSMTP sendmail emulation); Tue, 29 Jan 2013 15:24:00 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 29 Jan 2013 15:23:50 -0300 Message-Id: <1359483839-25357-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 01/10] bluez_utils: 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 Signed-off-by: Gustavo Zacarias --- package/bluez_utils/bluez_utils.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/bluez_utils/bluez_utils.mk b/package/bluez_utils/bluez_utils.mk index 643b1fe..89e88e7 100644 --- a/package/bluez_utils/bluez_utils.mk +++ b/package/bluez_utils/bluez_utils.mk @@ -11,6 +11,8 @@ BLUEZ_UTILS_INSTALL_STAGING = YES BLUEZ_UTILS_DEPENDENCIES = dbus libglib2 BLUEZ_UTILS_CONF_OPT = --enable-test --enable-tools BLUEZ_UTILS_AUTORECONF = YES +BLUEZ_UTILS_LICENSE = GPLv2+ LGPLv2.1+ +BLUEZ_UTILS_LICENSE_FILES = COPYING COPYING.LIB # BlueZ 3.x compatibility ifeq ($(BR2_PACKAGE_BLUEZ_UTILS_COMPAT),y)