On Fri, Dec 22, 2023 at 7:41 AM Martin Jansa wrote:
>
> It's active, without it it was building only the static library.
>
> But ${PN}-bin was removed, so the binaries are now packaged in ${PN} as well
> (which doesn't look as improvement) and causes the package name not to be
> renamed anymore
It's active, without it it was building only the static library.
But ${PN}-bin was removed, so the binaries are now packaged in ${PN} as
well (which doesn't look as improvement) and causes the package name not to
be renamed anymore with debian.bbclass.
And in the .patch I've used PROJECT_VERSION
perhaps shared libs option is not getting effective. when you send a
v3 please squash Martin's change into that as well.
On Fri, Dec 22, 2023 at 6:10 AM Martin Jansa wrote:
>
> Thanks for v2, I've sent additional fix for shared libraries, but there are
> still some probably unexpected side-effec
Thanks for v2, I've sent additional fix for shared libraries, but there are
still some probably unexpected side-effects from using CMake and dropping
lib_package inherit (${PN}-bin removal) as buildhistory shows:
diff --git a/packages/cortexa57-oe-linux/wavpack/sysroot
b/packages/cortexa57-oe-linu
Added openssl as a depends and sent v2 patch, thank you.
Martin Jansa , 21 Ara 2023 Per, 15:30
tarihinde şunu yazdı:
>
> Adding the dependency on target openssl allows the build to finish OK.
>
> On Thu, Dec 21, 2023 at 1:06 PM Martin Jansa via lists.openembedded.org
> wrote:
>>
>> Hi,
>>
>> it
Adding the dependency on target openssl allows the build to finish OK.
On Thu, Dec 21, 2023 at 1:06 PM Martin Jansa via lists.openembedded.org
wrote:
> Hi,
>
> it seems to be trying to link with native libcrypto in some builds:
>
> lib32-wavpack/5.6.0/recipe-sysroot-native/usr/lib/libcrypto.so:
Hi,
it seems to be trying to link with native libcrypto in some builds:
lib32-wavpack/5.6.0/recipe-sysroot-native/usr/lib/libcrypto.so: file not
recognized: file format not recognized
collect2: error: ld returned 1 exit status
have you tried to build it e.g. for aarch64 or arm on x86_64 build ho