Re: [OE-core] [PATCH] zstd: add libzstd package to minimize runtime dependencies

2022-03-25 Thread Alexander Kanavin
On Fri, 25 Mar 2022 at 15:15, Stefan Herbrechtsmeier wrote: > > No, it's the same here: most (or all) of the consumers link to the > > library, and utilities are mostly for interactive development. > > We have examples for both solutions. xz has a liblzma package and brotli > a brotli-bin

Re: [OE-core] [PATCH] zstd: add libzstd package to minimize runtime dependencies

2022-03-25 Thread Stefan Herbrechtsmeier
Am 25.03.2022 um 14:54 schrieb Alexander Kanavin: On Fri, 25 Mar 2022 at 14:47, Khem Raj wrote: The standard way to do this is to inherit lib_package. that is appropriate when main package is a library but it also has some utilities accompanying it. This case seems reverse, where its tryin

Re: [OE-core] [PATCH] zstd: add libzstd package to minimize runtime dependencies

2022-03-25 Thread Alexander Kanavin
On Fri, 25 Mar 2022 at 14:47, Khem Raj wrote: > > The standard way to do this is to inherit lib_package. > > > > that is appropriate when main package is a library but it also has some > utilities accompanying it. This case seems reverse, where its tryin to > create a fine grained packaging and

Re: [OE-core] [PATCH] zstd: add libzstd package to minimize runtime dependencies

2022-03-25 Thread Khem Raj
On 3/25/22 03:48, Alexander Kanavin wrote: The standard way to do this is to inherit lib_package. that is appropriate when main package is a library but it also has some utilities accompanying it. This case seems reverse, where its tryin to create a fine grained packaging and separating

Re: [OE-core] [PATCH] zstd: add libzstd package to minimize runtime dependencies

2022-03-25 Thread Alexander Kanavin
Yes. Alex On Fri, 25 Mar 2022 at 11:55, Stefan Herbrechtsmeier wrote: > > Am 25.03.2022 um 11:48 schrieb Alexander Kanavin: > > The standard way to do this is to inherit lib_package. > > Do you propose to move the binaries to a new zstd-bin package and break > backward compatibility? > >

Re: [OE-core] [PATCH] zstd: add libzstd package to minimize runtime dependencies

2022-03-25 Thread Stefan Herbrechtsmeier
Am 25.03.2022 um 11:48 schrieb Alexander Kanavin: The standard way to do this is to inherit lib_package. Do you propose to move the binaries to a new zstd-bin package and break backward compatibility? Regards Stefan On Fri, 25 Mar 2022 at 11:19, Stefan Herbrechtsmeier wrote: From:

Re: [OE-core] [PATCH] zstd: add libzstd package to minimize runtime dependencies

2022-03-25 Thread Alexander Kanavin
The standard way to do this is to inherit lib_package. Alex On Fri, 25 Mar 2022 at 11:19, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > Add a libzstd package to remove libstdc++ runtime dependency from > library users and reduce the size of the library package and its >

[OE-core] [PATCH] zstd: add libzstd package to minimize runtime dependencies

2022-03-25 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Add a libzstd package to remove libstdc++ runtime dependency from library users and reduce the size of the library package and its dependencies. Signed-off-by: Stefan Herbrechtsmeier --- meta/recipes-extended/zstd/zstd_1.5.2.bb | 4 1 file changed, 4