Re: [OE-core] [dunfell] [PATCH] cmake-native: Use cmake-provided zstd library; supported host distro zstd may be too old.

2020-08-19 Thread Andre McCurdy
On Wed, Aug 19, 2020 at 1:49 PM Leon Woestenberg wrote: > > Hello Adrian, all, > > On Sat, Aug 15, 2020 at 9:55 AM Adrian Bunk wrote: >> >> On Fri, Aug 14, 2020 at 11:44:17PM +0200, Alexander Kanavin wrote: >> > This needs to go to master first probably? >> >> Better for master might be moving zs

Re: [OE-core] [dunfell] [PATCH] cmake-native: Use cmake-provided zstd library; supported host distro zstd may be too old.

2020-08-19 Thread Leon Woestenberg
Hello Adrian, all, On Sat, Aug 15, 2020 at 9:55 AM Adrian Bunk wrote: > On Fri, Aug 14, 2020 at 11:44:17PM +0200, Alexander Kanavin wrote: > > This needs to go to master first probably? > > Better for master might be moving zstd from meta-openembedded, > and then DEPENDS on zstd-native? > > IMHO

Re: [OE-core] [dunfell] [PATCH] cmake-native: Use cmake-provided zstd library; supported host distro zstd may be too old.

2020-08-15 Thread Adrian Bunk
On Fri, Aug 14, 2020 at 11:44:17PM +0200, Alexander Kanavin wrote: > This needs to go to master first probably? Better for master might be moving zstd from meta-openembedded, and then DEPENDS on zstd-native? IMHO moving target zstd to OE-core is already overdue, so this would not be solely for cm

Re: [OE-core] [dunfell] [PATCH] cmake-native: Use cmake-provided zstd library; supported host distro zstd may be too old.

2020-08-14 Thread Leon Woestenberg
Hello Alexander, On Fri, Aug 14, 2020 at 11:44 PM Alexander Kanavin wrote: > > This needs to go to master first probably? > Alex > > On Fri, 14 Aug 2020 at 22:46, Leon Woestenberg wrote: >> >> cmake-native uses the system provided libraries due to: >> <...> >> This fix is to not depend on the sy

Re: [OE-core] [dunfell] [PATCH] cmake-native: Use cmake-provided zstd library; supported host distro zstd may be too old.

2020-08-14 Thread Alexander Kanavin
This needs to go to master first probably? Alex On Fri, 14 Aug 2020 at 22:46, Leon Woestenberg wrote: > cmake-native uses the system provided libraries due to: > > CMAKE_EXTRACONF = "<...> -DCMAKE_USE_SYSTEM_LIBRARIES=1 <...>" > > Now, iff the libzstd(-dev) is installed but too old, which can h

[OE-core] [dunfell] [PATCH] cmake-native: Use cmake-provided zstd library; supported host distro zstd may be too old.

2020-08-14 Thread Leon Woestenberg
cmake-native uses the system provided libraries due to: CMAKE_EXTRACONF = "<...> -DCMAKE_USE_SYSTEM_LIBRARIES=1 <...>" Now, iff the libzstd(-dev) is installed but too old, which can happen on Ubuntu 16.04: dpkg -l | grep zstd ii libzstd-dev 0.5.1-1 ii libzstd0 0.5.1-1 cmake configure will u