Skip to content

Commit

Permalink
Need link for SCA filesystem dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Goodwin <[email protected]>
  • Loading branch information
Thomas Goodwin committed Mar 29, 2019
1 parent 9a88e6a commit c812bb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes-core/core-framework/redhawk_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Need dev/deps link to dom/deps for persona shared libs.
do_install_append_class-target () {
mkdir -p ${D}${SDRROOT}/dev
ln -sf ${SDRROOT}/dom/deps ${D}${SDRROOT}/dev/deps
}

0 comments on commit c812bb5

Please sign in to comment.