Skip to content
Snippets Groups Projects
Commit 8c54e20c authored by BRONES Romain's avatar BRONES Romain
Browse files

fix(external-hdf):Force link to XSA

* Usefull if rebuilding
parent b798bf83
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ do_install_prepend() {
# Link .xsa file to match Techlab install
for VARIANT in ${PL_VARIANTS}; do
mkdir -p ${WORKDIR}/${VARIANT}
ln -s ${S}/${VARIANT}_${HDF_PATH} ${VARIANT}/${HDF_PATH}
ln -sf ${S}/${VARIANT}_${HDF_PATH} ${VARIANT}/${HDF_PATH}
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment