Skip to content

Commit

Permalink
rauc-conf: remove compile task and dependencies
Browse files Browse the repository at this point in the history
This recipe just provides configuration, thus there is no need to
compile anything nor do we need default (C compiler / C library)
dependencies.

Signed-off-by: Enrico Jorns <[email protected]>
  • Loading branch information
ejoerns committed Feb 8, 2024
1 parent 2728f7d commit 9802cf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes-core/rauc/rauc-conf.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ RAUC_KEYRING_URI ??= "file://${RAUC_KEYRING_FILE}"

RPROVIDES:${PN} += "virtual-rauc-conf"

INHIBIT_DEFAULT_DEPS = "1"
do_compile[noexec] = "1"

SRC_URI = " \
file://system.conf \
${RAUC_KEYRING_URI} \
Expand Down

0 comments on commit 9802cf2

Please sign in to comment.