This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb: Allow more control over where to find python libraries
> Date: Wed, 19 Feb 2020 15:53:50 +0000
> From: Andrew Burgess <andrew.burgess@embecosm.com>
> Cc: gdb-patches@sourceware.org, richard.bunt@arm.com
>
> The use for this would be that at XXX organisation I can build a
> version of GDB, package it up into a tar-file and copy this onto
> several different machines, which might be running different OS
> versions.
>
> In this situation I don't think there's any licensing issue as the
> builds of GDB are not going outside the XXX organisation.
>
> If I did decide to distribute the pre-built GDB tar-files outside of
> XXX, then the source for GDB, and the source for Python would be made
> available also from XXX, but I didn't believe simply distributing two
> pre-built things in one package means I have to upstream merge the two
> projects - have I miss-understood?
If this is for private use between you and yourself, more or less,
then there's no problem, indeed.