Skip to content

Commit

Permalink
rauc: switch to meson
Browse files Browse the repository at this point in the history
With v1.9, RAUC switched to using meson. Autotools support is kept only
for transition phase and might be removed in v1.10.

Signed-off-by: Enrico Jorns <[email protected]>
  • Loading branch information
ejoerns authored and Benedikt Bogenrieder committed Jul 4, 2023
1 parent 29d4caa commit 3fcea34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions recipes-core/rauc/nativesdk-rauc.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
do_install:append() {
rm -rf ${D}${nonarch_base_libdir}
rm -rf ${D}${datadir}/dbus-1
rm -rf ${D}${datadir}
}

inherit nativesdk
2 changes: 1 addition & 1 deletion recipes-core/rauc/rauc-target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ INITSCRIPT_PARAMS:${PN}-mark-good = "start 99 5 2 . stop 20 0 1 6 ."
inherit systemd update-rc.d

do_install () {
autotools_do_install
meson_do_install

# Create rauc config dir
# Warn if system configuration was not overwritten
Expand Down

0 comments on commit 3fcea34

Please sign in to comment.