From patchwork Tue Oct 28 13:33:43 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 404256 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 1A5B614007B for ; Wed, 29 Oct 2014 00:35:43 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3DCFD917E5; Tue, 28 Oct 2014 13:35:42 +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 VuaMFmyC-K9Z; Tue, 28 Oct 2014 13:35:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E1D5C91AF8; Tue, 28 Oct 2014 13:35:22 +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 229811C1E77 for ; Tue, 28 Oct 2014 13:35:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1F5138BEEC for ; Tue, 28 Oct 2014 13:35:05 +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 H4dzETaoIgPT for ; Tue, 28 Oct 2014 13:35:04 +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 whitealder.osuosl.org (Postfix) with ESMTPS id 78D70916D6 for ; Tue, 28 Oct 2014 13:35:04 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id ex7so1607902wid.4 for ; Tue, 28 Oct 2014 06:35:03 -0700 (PDT) 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=CS3KfvJXIuccCuoXQfgQ7wmGqmicWiX+b5wxdJtOOTg=; b=Lj4+MRTyIn+kkGDjbaIJP/M3SgAvKKJSbQFPkk0C0iOcezedt6Af3fFSWwYSjxH0A0 Bh4OKzoM3VQ5iXxfceEcdAVjWdZqqfdiEG9TdhmUEK2tRP5Y2J1il9rpXD0sN0dflJrr KB8MCfz0Y2AA4MorfgmJiDefSfhTVm01q4bOZldFzNsW/s7u3+9qmO0znh39k6gHHohZ XZjupcqbFhnHdBMjDhxkI7L8jwhQcMyeljxV2DOm3KiPwWLA8LjOk/Fgf56o4WfZgLJw xJGPuxi5ZW7e5C31grc8ncp0+mzvX+RLuIg5QvVIAed23I5lw0/WOSrV3unOYUnal//o 1NSg== X-Received: by 10.194.91.176 with SMTP id cf16mr4304388wjb.60.1414503302971; Tue, 28 Oct 2014 06:35:02 -0700 (PDT) Received: from localhost.localdomain ([193.51.194.208]) by mx.google.com with ESMTPSA id k10sm1867945wjb.28.2014.10.28.06.35.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 28 Oct 2014 06:35:02 -0700 (PDT) From: Johan Oudinet To: buildroot@buildroot.org Date: Tue, 28 Oct 2014 14:33:43 +0100 Message-Id: <1414503232-28314-7-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1414503232-28314-1-git-send-email-johan.oudinet@gmail.com> References: <1414503232-28314-1-git-send-email-johan.oudinet@gmail.com> Subject: [Buildroot] [PATCH 06/15] erlang-p1-yaml: 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 --- package/Config.in | 1 + package/erlang-p1-yaml/Config.in | 6 ++++++ package/erlang-p1-yaml/erlang-p1-yaml.mk | 13 +++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 package/erlang-p1-yaml/Config.in create mode 100644 package/erlang-p1-yaml/erlang-p1-yaml.mk diff --git a/package/Config.in b/package/Config.in index 3e25766..6035713 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-yaml/Config.in" source "package/erlang-p1-zlib/Config.in" endmenu endif diff --git a/package/erlang-p1-yaml/Config.in b/package/erlang-p1-yaml/Config.in new file mode 100644 index 0000000..423ef3f --- /dev/null +++ b/package/erlang-p1-yaml/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_ERLANG_P1_YAML + bool "erlang-p1-yaml" + depends on BR2_PACKAGE_ERLANG + select BR2_PACKAGE_LIBYAML + help + Erlang wrapper for libyaml C library diff --git a/package/erlang-p1-yaml/erlang-p1-yaml.mk b/package/erlang-p1-yaml/erlang-p1-yaml.mk new file mode 100644 index 0000000..990c3a7 --- /dev/null +++ b/package/erlang-p1-yaml/erlang-p1-yaml.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# erlang-p1-yaml +# +################################################################################ + +ERLANG_P1_YAML_VERSION = 236b943 +ERLANG_P1_YAML_SITE = $(call github,processone,p1_yaml,$(ERLANG_P1_YAML_VERSION)) +ERLANG_P1_YAML_LICENSE = Apache-2.0 +ERLANG_P1_YAML_LICENSE_FILES = COPYING +ERLANG_P1_YAML_DEPENDENCIES = erlang libyaml + +$(eval $(rebar-package))