Skip to content

Commit

Permalink
Merge pull request #27 from plabanca/kirkstone
Browse files Browse the repository at this point in the history
Add copy of MPC_ROOT folder to target /usr/share/MPC
  • Loading branch information
iguessthislldo committed Jun 1, 2023
2 parents 2ccdf9c + 00ecc28 commit 9a469ed
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 9a469ed

Please sign in to comment.