include: store ABIVersion in Packages index
authorPaul Spooren <mail@aparcar.org>
Mon, 8 Mar 2021 04:09:32 +0000 (18:09 -1000)
committerPaul Spooren <mail@aparcar.org>
Tue, 9 Mar 2021 05:04:35 +0000 (19:04 -1000)
commitfc5b101c06928884d2b0c42b11bf917d29538971
treed7f9ed56224445030ca8b6a3e37ab53e6906faed
parentbff84f3e8ec6fbeeeb609b2d1fe28300c4c7c6ee
include: store ABIVersion in Packages index

With the existence of ABI versions there is no clean way to determine
the package name without an attached ABI version. The Packages index is
stored on device to know what packages are installed.

The ABIVersion was recently removed in c921650382 "build: drop ABI
version from metadata", while ABI versions still exists. This becomes a
problem if a user tries to export installed packages via `ubus call
rpcd-sys packagelist` which would return package names including the ABI
version. Trying to find these packages in a later release with changes
ABI version is impossible.

This commits adds the `ABIVersion` field again. Knowing both the
combined (SourceName + ABIVersion) and the `ABIVersion` it is possible
to calculate the package `SourceName` without storing it in the
on-device package list.

Signed-off-by: Paul Spooren <mail@aparcar.org>
include/package-ipkg.mk