sdk: fix APK key creation
authorPaul Spooren <mail@aparcar.org>
Thu, 8 Aug 2024 15:31:18 +0000 (17:31 +0200)
committerPaul Spooren <mail@aparcar.org>
Thu, 8 Aug 2024 23:47:05 +0000 (01:47 +0200)
commit44b6df31841200200e374086a44e37c56621741f
tree171b43831d649e2945d854308453ba277a63d486
parent74553537f1a38ea1f8541091ae1048471a9c2f09
sdk: fix APK key creation

The keys are created differently compared to the old OPKG keys. Instead
of being part of base-files/configure, they are created as a Makefile
requirement of `package/compile`, which is a cleaner solution.

This requirement would only be added to non SDK environments, however
APK always requires keys to be available. Add an `else` case for the SDK
and create keys.

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