From patchwork Mon Jan 12 09:32:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 427615 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 B1C5814017F for ; Mon, 12 Jan 2015 20:33:41 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BDBCE8AF38; Mon, 12 Jan 2015 09:33:39 +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 2xCE0fXaV6V3; Mon, 12 Jan 2015 09:33:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 6B7E38AE84; Mon, 12 Jan 2015 09:33:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 164701C22EC for ; Mon, 12 Jan 2015 09:33:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 13FA28811E for ; Mon, 12 Jan 2015 09:33:33 +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 8z__PMUpRCfW for ; Mon, 12 Jan 2015 09:33:32 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 63BE187717 for ; Mon, 12 Jan 2015 09:33:32 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id l15so13250557wiw.4 for ; Mon, 12 Jan 2015 01:33:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=5MLiUCVsEfZJolQ6C4U30dVFS8AJOhr/DYD7EU3ZPYk=; b=JAPw6IdBacESlQiaAs1rBlLi9K3p8fMnQur0AoR2Mp76cZhfxmT7fcez+XCwwy8K9O 5IINEDgPuOpyU7MOBk2TiVEOxds+Q/fWPls495IwWF/JQdjOTpqisrC/YJe00lo9S4Ux 3ioLoUKh+jl2/khy+XcSn+bn0zwH7LsXet/gEei2Hbk2UpU/iyM8w5IwtC4swHC1uezF fczdxX17gHy6w3EIXnYrxzEPwQAD/GLj4Z4x+Ds8fitpW3BOdboRqhK9IS5mYwgx0K4+ YtZR1uT69sQ8PeLhI8CN3lQsh7v5/EhSmnYOiih9bHKSSZiek8esABDagk3IFQEutsuk z8gw== X-Received: by 10.180.11.140 with SMTP id q12mr28530207wib.45.1421055210963; Mon, 12 Jan 2015 01:33:30 -0800 (PST) Received: from localhost.localdomain ([193.51.194.209]) by mx.google.com with ESMTPSA id fm10sm9431343wib.7.2015.01.12.01.33.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 12 Jan 2015 01:33:30 -0800 (PST) From: Johan Oudinet To: buildroot@buildroot.org Date: Mon, 12 Jan 2015 10:32:13 +0100 Message-Id: <1421055140-5092-10-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1421055140-5092-1-git-send-email-johan.oudinet@gmail.com> References: <1421055140-5092-1-git-send-email-johan.oudinet@gmail.com> Subject: [Buildroot] [PATCH v6 09/16] erlang-p1-utils: new package. 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Johan Oudinet Signed-off-by: Johan Oudinet --- package/Config.in | 1 + package/erlang-p1-utils/Config.in | 6 ++++++ package/erlang-p1-utils/erlang-p1-utils.mk | 13 +++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 package/erlang-p1-utils/Config.in create mode 100644 package/erlang-p1-utils/erlang-p1-utils.mk diff --git a/package/Config.in b/package/Config.in index e271b9f..2879ad0 100644 --- a/package/Config.in +++ b/package/Config.in @@ -402,6 +402,7 @@ if BR2_PACKAGE_ERLANG menu "Erlang libraries/modules" source "package/erlang-goldrush/Config.in" source "package/erlang-lager/Config.in" + source "package/erlang-p1-utils/Config.in" source "package/erlang-p1-xml/Config.in" source "package/erlang-p1-yaml/Config.in" source "package/erlang-p1-zlib/Config.in" diff --git a/package/erlang-p1-utils/Config.in b/package/erlang-p1-utils/Config.in new file mode 100644 index 0000000..a82e5f7 --- /dev/null +++ b/package/erlang-p1-utils/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_ERLANG_P1_UTILS + bool "erlang-p1-utils" + help + Set of small Erlang libraries + + https://github.com/processone/p1_utils diff --git a/package/erlang-p1-utils/erlang-p1-utils.mk b/package/erlang-p1-utils/erlang-p1-utils.mk new file mode 100644 index 0000000..0e63031 --- /dev/null +++ b/package/erlang-p1-utils/erlang-p1-utils.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# erlang-p1-utils +# +################################################################################ + +ERLANG_P1_UTILS_VERSION = 940f42d +ERLANG_P1_UTILS_SITE = $(call github,processone,p1_utils,$(ERLANG_P1_UTILS_VERSION)) +ERLANG_P1_UTILS_LICENSE = GPLv2+ +ERLANG_P1_UTILS_LICENSE_FILES = COPYING +ERLANG_P1_UTILS_INSTALL_STAGING = YES + +$(eval $(rebar-package))