openwrt/package/libs/wolfssl
Eneas U de Queiroz d08c9da43c
wolfssl: prefer regular libwolfssl over cpu-crypto
Rename libwolfssl-cpu-crypto to libwolfsslcpu-crypto so that the
regular libwolfssl version comes first when running:
opkg install libwolfssl

Normally, if the package name matches the opkg parameter, that package
is preferred.  However, for libraries, the ABI version string is
appended to the package official name, and the short name won't match.
Failing a name match, the candidate packages are sorted in alphabetical
order, and a dash will come before any number.  So in order to prefer
the original library, the dash should be removed from the alternative
library.

Fixes: c3e7d86d2b (wolfssl: add libwolfssl-cpu-crypto package)
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2022-09-25 15:19:10 +02:00
..
patches wolfssl: bump to 5.5.0 2022-09-02 21:56:25 +02:00
Config.in wolfssl: prefer regular libwolfssl over cpu-crypto 2022-09-25 15:19:10 +02:00
Makefile wolfssl: prefer regular libwolfssl over cpu-crypto 2022-09-25 15:19:10 +02:00
preinst.arm-ce wolfssl: prefer regular libwolfssl over cpu-crypto 2022-09-25 15:19:10 +02:00