build: do not depend on $(STAGING_DIR)/.prepared when in SDK
authorMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 4 Mar 2024 22:45:15 +0000 (23:45 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 4 Mar 2024 22:59:24 +0000 (23:59 +0100)
commita527b34390f1cbe9b0bcffbc3b6e4e0059b0e251
tree9cf2c67fc7df43426f555e19eb208dcea8043446
parente87be1bc0e024040cc452f1e4ae956a1204f6f70
build: do not depend on $(STAGING_DIR)/.prepared when in SDK

The dependency can't be satisfied when building using the SDK, breaking
package builds. As the staging and bin dirs are distributed with the SDK
archive, ignoring the dependency is fine when SDK is set.

Fixes: fbb924abff8a ("build: add $(STAGING_DIR) and $(BIN_DIR) ...")
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
(cherry picked from commit 2b46cbef8179b4a131bd008c520339441bc87c97)
package/Makefile