From patchwork Tue Dec 9 14:34:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 419092 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 08F601400D5 for ; Wed, 10 Dec 2014 01:35:47 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7245B95EED; Tue, 9 Dec 2014 14:35:32 +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 MHo+zqIeYX2z; Tue, 9 Dec 2014 14:35:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B226B95F5D; Tue, 9 Dec 2014 14:35:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id C12FC1C2826 for ; Tue, 9 Dec 2014 14:35:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id BD06333B5F for ; Tue, 9 Dec 2014 14:35: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 vnvetKJTn+57 for ; Tue, 9 Dec 2014 14:35:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by silver.osuosl.org (Postfix) with ESMTPS id 7AAD533A3A for ; Tue, 9 Dec 2014 14:35:21 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id b13so986091wgh.17 for ; Tue, 09 Dec 2014 06:35:20 -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=fdt78edlJHqMU8xICK/0o+CIVGNEOTenDX7K3ByCpws=; b=ALo2SIQcWzjmHlI96aRUyHhTk06z7ZHOayfQVmW7lOoPARfKTU16M60y9GZyBdd3hG ulNBIgpp8NCWAfxPpL1jAFMUiwPrFSjVijXPqYGVh0d7g1sULjOyws+vE3wtHvRX/n1L fF78gsy8Z3P7e2NURMkiGTjR++wqSpQZ/A6bhflKD7vref+Ib9GKK3kWvZyljXhWoysV dWKaoeSdqTbWcwwIW0h9DXX2GxckeGpEzPGCn4da9bFMXRFZcN8ysn9oJ6rJp1mKLWti kFfqantVtBw2byiVWwO4VuYrWZxAVEs+VXs54ZOgKYSzc5UT8cCa8040ilS68jSt/WxR UPwg== X-Received: by 10.194.2.141 with SMTP id 13mr5588109wju.9.1418135720120; Tue, 09 Dec 2014 06:35:20 -0800 (PST) Received: from localhost.localdomain ([193.51.194.209]) by mx.google.com with ESMTPSA id d16sm2480265wib.4.2014.12.09.06.35.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 09 Dec 2014 06:35:19 -0800 (PST) From: Johan Oudinet To: buildroot@buildroot.org Date: Tue, 9 Dec 2014 15:34:15 +0100 Message-Id: <1418135662-773-11-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1418135662-773-1-git-send-email-johan.oudinet@gmail.com> References: <1418135662-773-1-git-send-email-johan.oudinet@gmail.com> Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH v4 10/17] 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: Yann E. MORIN Signed-off-by: Johan Oudinet --- package/Config.in | 1 + package/erlang-p1-utils/Config.in | 5 +++++ package/erlang-p1-utils/erlang-p1-utils.mk | 14 ++++++++++++++ 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 f9503ad..93b7bcb 100644 --- a/package/Config.in +++ b/package/Config.in @@ -396,6 +396,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..a544eed --- /dev/null +++ b/package/erlang-p1-utils/Config.in @@ -0,0 +1,5 @@ +config BR2_PACKAGE_ERLANG_P1_UTILS + bool "erlang-p1-utils" + depends on BR2_PACKAGE_ERLANG + help + Set of small Erlang libraries 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..23e2c63 --- /dev/null +++ b/package/erlang-p1-utils/erlang-p1-utils.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# 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_DEPENDENCIES = erlang +ERLANG_P1_UTILS_INSTALL_STAGING = YES + +$(eval $(rebar-package))