From patchwork Fri Nov 9 11:05:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 198021 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 7DC722C0315 for ; Fri, 9 Nov 2012 22:05:30 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AFD7D10B9BA; Fri, 9 Nov 2012 11:05:23 +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 ZxPgokHb0vy0; Fri, 9 Nov 2012 11:05:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C6FFA10BA38; Fri, 9 Nov 2012 11:05:17 +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 309358F74A for ; Fri, 9 Nov 2012 11:05:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2191A8D565 for ; Fri, 9 Nov 2012 11:05: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 RGvfVGBjNSQj for ; Fri, 9 Nov 2012 11:05:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id CE5038D524 for ; Fri, 9 Nov 2012 11:05:17 +0000 (UTC) Received: by mail-bk0-f43.google.com with SMTP id w5so1793016bku.16 for ; Fri, 09 Nov 2012 03:05:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=a1ObiiPX9b5SyozRSkDw6SIwh192z3yyCvC+B7Haj2o=; b=s3BrZDAafwYNipXr9uk9vPIxy8Y0PkrkPv3lOTXdZXO7gW2wAQJcebLF2an/BV5R3Z YrSU7vZ7wzZuT4hPI/8xjysT9w9NEuL82N3cRAvItkohk3cSQZ3hre8AVwzpOvB4Ht8n 5YkWvzOFXbDyGd/kV0vrJLWZRDhF+weHjPLwztKtdM5vCIb6HWoWTVryaLEQq/cr9NL6 qCTuLSw+YWa00Pq0Voyt8Klxj81Y7guaBUpLSvXS+BQKG7dpBIvgZhpG8gXJ5GSywsYr ElmOh17Re3ac1qcjFugBsYDvsmWTAqIGTqAunBP+2hPUBtK2zIp/VfKNUCujJV1K1HRS ZwjA== Received: by 10.204.147.5 with SMTP id j5mr3597937bkv.21.1352459117462; Fri, 09 Nov 2012 03:05:17 -0800 (PST) Received: from localhost.localdomain ([212.183.128.40]) by mx.google.com with ESMTPS id ht18sm18807967bkc.14.2012.11.09.03.05.15 (version=SSLv3 cipher=OTHER); Fri, 09 Nov 2012 03:05:16 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Fri, 9 Nov 2012 11:05:04 +0000 Message-Id: <1352459105-13590-2-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1352459105-13590-1-git-send-email-spdawson@gmail.com> References: <1352459105-13590-1-git-send-email-spdawson@gmail.com> Subject: [Buildroot] [PATCH 1/2] neard: new package 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/Config.in | 1 + package/neard/Config.in | 15 +++++++++++++++ package/neard/neard.mk | 16 ++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 package/neard/Config.in create mode 100644 package/neard/neard.mk diff --git a/package/Config.in b/package/Config.in index 2ab6b6e..ffc08ab 100644 --- a/package/Config.in +++ b/package/Config.in @@ -236,6 +236,7 @@ source "package/mdadm/Config.in" source "package/memtester/Config.in" source "package/minicom/Config.in" source "package/nanocom/Config.in" +source "package/neard/Config.in" source "package/ofono/Config.in" source "package/open2300/Config.in" source "package/openocd/Config.in" diff --git a/package/neard/Config.in b/package/neard/Config.in new file mode 100644 index 0000000..f973fdd --- /dev/null +++ b/package/neard/Config.in @@ -0,0 +1,15 @@ +config BR2_PACKAGE_NEARD + bool "neard" + depends on BR2_LINUX_KERNEL + select BR2_PACKAGE_DBUS + select BR2_PACKAGE_LIBGLIB2 + select BR2_PACKAGE_LIBNL + help + Near Field Communication (NFC) manager + + http://git.kernel.org/?p=network/nfc/neard.git;a=summary + + https://01.org/linux-nfc/documentation/how-start-linux-nfc-code... + +comment "neard requires a Linux kernel" + depends on !BR2_LINUX_KERNEL diff --git a/package/neard/neard.mk b/package/neard/neard.mk new file mode 100644 index 0000000..3d73932 --- /dev/null +++ b/package/neard/neard.mk @@ -0,0 +1,16 @@ +############################################################# +# +# neard +# +############################################################# +NEARD_VERSION = 0.7 +NEARD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/nfc +NEARD_INSTALL_STAGING = YES +NEARD_LICENSE = GPLv2 +NEARD_LICENSE_FILES = COPYING + +NEARD_DEPENDENCIES = linux dbus libglib2 libnl +NEARD_AUTORECONF = YES +NEARD_CONF_OPT = --disable-traces + +$(eval $(autotools-package))