mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-20 11:29:30 -04:00
Same as for the base package name, when a package has an ABI version, provide both unversioned provider in addition to one with ABI version and version. So for each provide instead of providing only: $provide$ABI_version=$package_version now provide: $provide $provide$ABI_version=$package_version When a provide ends in a number, the ABI version will be prefixed with a - sign, e.g.: provide1-0 Fixes:18029977("build: fix apk packaging and ABI-versioning") Signed-off-by: George Sapkin <george@sapk.in> Link: https://github.com/openwrt/openwrt/pull/21369 (cherry picked from commit952c918028) Link: https://github.com/openwrt/openwrt/pull/21547 Signed-off-by: Robert Marko <robimarko@gmail.com>