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)
committerRISCi_ATOM <bob@bobcall.me>
Thu, 14 Mar 2024 14:35:01 +0000 (10:35 -0400)
commitac0a66e2884cf5db495c191970ad99b6353d94ec
treea048d7620a8a031be15658007c231a594d37d4e4
parentf24c38861f42fc84ff6a39072feeccafbf0c87b7
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