Skip to content

Commit

Permalink
Add copy of MPC_ROOT folder to target /usr/share/MPC
Browse files Browse the repository at this point in the history
  • Loading branch information
plabanca committed May 23, 2023
1 parent 2ccdf9c commit 00ecc28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes-connectivity/opendds/opendds.inc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ do_install:append:class-target() {
done
fi
done

# Copy MPC_ROOT folder to sysroot-destdir/usr/share/MPC
. ${S}/setenv.sh
cp -r ${MPC_ROOT} ${D}${datadir}/MPC
}

do_install:append:class-native() {
Expand Down

0 comments on commit 00ecc28

Please sign in to comment.