Freescale / meta-freescale

Layer containing NXP hardware support metadata
Other
167 stars 254 forks source link

[scarthgap] weston-init: Fix RDP support #1899

Closed thochstein closed 4 weeks ago

thochstein commented 4 weeks ago

The modification of the weston.ini command line necessary for RDP support is missing. The problem is the weston.ini template contains @bindir@, while the sed operation for the modification contains ${bindir}.

Fix the problem by moving the replacement of @bindir@ to the top of the function do_install:append().

Signed-off-by: Tom Hochstein tom.hochstein@nxp.com (cherry picked from commit 1963104c4ad7367686c910c70a07cbc7df3cd6c5)