build: prepend ABI suffixes with a dash if package name ends with digit
authorJo-Philipp Wich <jo@mein.io>
Mon, 14 Jun 2021 12:58:37 +0000 (14:58 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 14 Jun 2021 13:14:19 +0000 (15:14 +0200)
commitf6a03bff5bccdbf9165087bccbb35095903d05c6
tree923de69a32d1a284829dfa721b851a186902e278
parent677813c77678b80e99c4f97b433f428de26ca10f
build: prepend ABI suffixes with a dash if package name ends with digit

Ensure that ABI suffixes are separated with a dash from the package name if
the name happens to end with a digit. This implementation detail got lost
during the recent refactoring of the ABI_VERSION handling in buildroot.

Ref: https://github.com/openwrt/packages/pull/14237#issuecomment-860473585
Fixes: c921650382 ("build: drop ABI version from metadata")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
include/feeds.mk
include/package-ipkg.mk