Skip to content

Commit

Permalink
initrdscripts: abroot: add missing dependency
Browse files Browse the repository at this point in the history
The abroot script sources balena-config-defaults so let's make sure
it's included in the build.

Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
  • Loading branch information
alexgg committed May 11, 2024
1 parent 1bdb0d2 commit 593ce8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ do_install() {
install -m 0755 ${WORKDIR}/abroot ${D}/init.d/73-abroot
}

RDEPENDS:${PN}:append = " balena-config-vars-config"
FILES:${PN} = "/init.d/73-abroot"

0 comments on commit 593ce8d

Please sign in to comment.