Geontech / meta-redhawk-sdr

REDHAWK SDR Layer for Yocto/OpenEmbedded -based deployments
http://geontech.com/getting-started-with-meta-redhawk-sdr/
GNU Lesser General Public License v3.0
9 stars 6 forks source link

Added patches for library components (libdir) and trailing /. #29

Closed btgoodwin closed 5 years ago

btgoodwin commented 5 years ago

Components that deploy with ComponentHost need libdir to be patched like bindir. The trailing slash on the implementation path also is optional depending on tools used, so I've upated it to be optional in the regex to avoid the patch from being missed.

Signed-off-by: Thomas Goodwin btgoodwin@geontech.com