bsp: rkbin: do not add default DEPENDS dependencies

Nothing needs to be done for rkbin recipes except taking a file and
putting in do_deploy, therefore there's no need for the default typical
DEPENDS dependencies to be pulled in. As such, set INHIBIT_DEFAULT_DEPS
to avoid having them pulled in.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz 2024-09-27 14:36:53 +02:00 committed by Trevor Woerner
parent e2d1876f02
commit 60354969f0

View File

@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=15faa4a01e7eb0f5d33f9f2bcc7bff62"
inherit bin_package deploy
INHIBIT_DEFAULT_DEPS = "1"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "^$"