From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Oudinet Date: Mon, 10 Feb 2020 17:07:00 +0100 Subject: [Buildroot] [PATCH v2 1/3] package/erlang: bump to version 22.2 In-Reply-To: <20200210165713.69f99ece@windsurf> References: <20200129172618.16966-1-frank.vanbever@essensium.com> <20200204100733.22106-1-frank.vanbever@essensium.com> <20200205154226.0dca67b1@windsurf> <20200210143008.1895547d@windsurf> <20200210165713.69f99ece@windsurf> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Mon, Feb 10, 2020 at 4:57 PM Thomas Petazzoni wrote: > > On Mon, 10 Feb 2020 16:51:48 +0100 > Johan Oudinet wrote: > > > > There is no deps directory inside lib/ssl/src in the last release of > > > erlang (22.2.6). I guess this was a left over from the guy who made > > > the archive? > > > So my fix proposition to simply sed this file won't work in future > > > erlang versions. > > > > I confirm that removing lib/ssl/src/deps directory fix the build issue > > on my machine. I can submit a patch that removes this directory as a > > PRE_CONFIGURE hook, what do you think? > > Is this an upstream bug, i.e this folder should not be present in the > release tarball? I think so, yes. This directory has been removed on the next version : 22.2.1 Well, we could also simply bump the version. As a minor release, it should not require too much effort. -- Johan