From patchwork Thu Dec 12 04:39:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Hunleth X-Patchwork-Id: 300507 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id EC98D2C00DB for ; Thu, 12 Dec 2013 15:40:48 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 747353306A; Thu, 12 Dec 2013 04:40:46 +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 aaide2RdCwLz; Thu, 12 Dec 2013 04:40:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4E6C632ACA; Thu, 12 Dec 2013 04:40:44 +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 02EBD1CE85F for ; Thu, 12 Dec 2013 04:40:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F3DED81147 for ; Thu, 12 Dec 2013 04:40: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 UTafIHekYEUa for ; Thu, 12 Dec 2013 04:40:42 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qc0-f174.google.com (mail-qc0-f174.google.com [209.85.216.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id 371AF8B881 for ; Thu, 12 Dec 2013 04:40:42 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id n7so5774945qcx.19 for ; Wed, 11 Dec 2013 20:40:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=22fSdnoiZ+QwR5DFrJA7Lv0ZadWZiu2bJQnu4R9mSIk=; b=bTq5Mnnpvcv8cVA4+3C+8sMKFNsGl3007cy53tM3S8Wllios5/dsws19M9PZz4sBEZ 1i3qZwzC+3q0iP7Nod7/vEfRSpWx0fr/O+4jycRuMt99jZlArhnJJIsFyQHg6Xv9BLUb DsaFhdf00ysUk2ZUZN0k1XdOv4EZC8+EXiRUefrpxaOTAICdlJRObRyE1feVhGwb3rWx d/rPuYNv2+AYdk4+69MdHkPXNvchugwgz3qNqdRHCof3cKI1UC3560q5m9SUZCOwym+6 mwxnKgstWlkO7fux9BRwPStwUVghgIExCMGCzA852iZNBWliLH47Xc2F6JWf0TpOdnRP g+Cw== X-Gm-Message-State: ALoCoQkOiynLkpS1yMtWk0+VraSDweE9GU0a44tsTle9JsKUECv+HT/WhZRbXjYfxnY5A/P+ZrJ8 X-Received: by 10.224.160.210 with SMTP id o18mr2163417qax.57.1386823241294; Wed, 11 Dec 2013 20:40:41 -0800 (PST) Received: from halfmarathon.home.hunleth.com (c-68-50-186-80.hsd1.dc.comcast.net. [68.50.186.80]) by mx.google.com with ESMTPSA id a5sm39909749qae.2.2013.12.11.20.40.39 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Dec 2013 20:40:40 -0800 (PST) From: Frank Hunleth To: buildroot@busybox.net Date: Wed, 11 Dec 2013 23:39:44 -0500 Message-Id: <1386823184-607-1-git-send-email-fhunleth@troodon-software.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] erlang: bump to version R16B03 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: Frank Hunleth --- package/erlang/erlang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/erlang/erlang.mk b/package/erlang/erlang.mk index 4a94af0..32d18e4 100644 --- a/package/erlang/erlang.mk +++ b/package/erlang/erlang.mk @@ -4,7 +4,7 @@ # ################################################################################ -ERLANG_VERSION = R16B01 +ERLANG_VERSION = R16B03 ERLANG_SITE = http://www.erlang.org/download ERLANG_SOURCE = otp_src_$(ERLANG_VERSION).tar.gz ERLANG_DEPENDENCIES = host-erlang