Skip to content

Commit

Permalink
adding wpeframework name to support R4
Browse files Browse the repository at this point in the history
  • Loading branch information
volkan-aslan committed Oct 21, 2024
1 parent b9ff6c0 commit dc8f8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-thunder/thunder-interfaces/thunder-interfaces.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ EXTRA_OECMAKE += "\
-DPYTHON_EXECUTABLE=${PYTHON} \
"

FILES:${PN} += "${libdir}/thunder/proxystubs/*.so*"
FILES:${PN}-dev += "${libdir}/thunder/proxystubs/*.so"
FILES:${PN} += "${libdir}/thunder/proxystubs/*.so* ${libdir}/wpeframework/proxystubs/*.so*"
FILES:${PN}-dev += "${libdir}/thunder/proxystubs/*.so ${libdir}/wpeframework/proxystubs/*.so"

0 comments on commit dc8f8ef

Please sign in to comment.