From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Seiderer Date: Sat, 29 Sep 2018 19:34:53 +0200 Subject: [Buildroot] [PATCH v2 12/14] gst1-plugins-base: add missing license file hash In-Reply-To: <20180928084333.38479bd9@windsurf> References: <20180925203618.23192-1-ps.report@gmx.net> <20180925203618.23192-12-ps.report@gmx.net> <20180925231434.5e016ac4@windsurf> <20180927221833.5604b006@gmx.net> <20180928084333.38479bd9@windsurf> Message-ID: <20180929193453.741b1787@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Thomas, On Fri, 28 Sep 2018 08:43:33 +0200, Thomas Petazzoni wrote: > Hello, > > On Thu, 27 Sep 2018 22:18:33 +0200, Peter Seiderer wrote: > > > > I'm not sure why you're dropping this hash. The COPYING file still > > > exists, it still has the same hash, and you didn't mention it in your > > > commit log. So I've reverted this part of the change when applying. > > > > Sorry for not mentioning in the commit log, the reasoning was that COPYING is > > never reverenced in the gst1-plugins-base.mk file... > > Ah, OK. Is this a bug of our .mk file, or nothing is really licensed > under the license described in COPYING ? All (.c/.h files) in gst1-plugins-base is licensed under LGPL (COPYING.LIB file), COPYING contains the GPL license (for the libtool/build system/etc.)... Regards, Peter > > Best regards, > > Thomas