dvnixload: Fix deployment on latest poky

The with builddir != srcddir the deployment will fail. Add ${B} as
it will work for both old and new poky.
This commit is contained in:
Holger Hans Peter Freyther 2017-03-28 21:50:53 +02:00
parent 2111c3cad3
commit 0d7522675f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "5b76e9cb0ee843208c17053315926e0e168db8a89fe960655a0d0f4871
do_deploy() {
install -d ${DEPLOY_DIR_TOOLS}
install -m 0755 src/dvnixload ${DEPLOY_DIR_TOOLS}/dvnixload-${PV}
install -m 0755 ${B}/src/dvnixload ${DEPLOY_DIR_TOOLS}/dvnixload-${PV}
rm -f ${DEPLOY_DIR_TOOLS}/dvnixload
ln -sf ./dvnixload-${PV} ${DEPLOY_DIR_TOOLS}/dvnixload