diff options
author | John Klug <john.klug@multitech.com> | 2021-07-09 17:43:18 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-07-09 17:43:18 -0500 |
commit | 54c35b530b595ce2d2d590a0d76880abf5e6b4f9 (patch) | |
tree | 212fa698b2f6226f0015c4a0694e47f4fc180ac0 | |
parent | 0797a76a048031e769b2d94acfab862736cb27f0 (diff) | |
download | meta-mlinux-54c35b530b595ce2d2d590a0d76880abf5e6b4f9.tar.gz meta-mlinux-54c35b530b595ce2d2d590a0d76880abf5e6b4f9.tar.bz2 meta-mlinux-54c35b530b595ce2d2d590a0d76880abf5e6b4f9.zip |
Fix up path name for uxfp
-rw-r--r-- | recipes-support/uxfp/uxfp_1.0.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/uxfp/uxfp_1.0.2.1.bb b/recipes-support/uxfp/uxfp_1.0.2.1.bb index a4151b4..225642b 100644 --- a/recipes-support/uxfp/uxfp_1.0.2.1.bb +++ b/recipes-support/uxfp/uxfp_1.0.2.1.bb @@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "d3d39e03e5cb10ff8b72fda2805b598297d95634436249612aa97f6142 do_install() { install -d ${D}${sbindir} echo "do_install: directory is $(pwd)" - install -m 0755 ${WORKDIR}/${PN}-${PACKAGE_ARCH}-${PV}/${sbindir}/uxfp ${D}${sbindir} + install -m 0755 ${WORKDIR}/${PN}-${PACKAGE_ARCH}-${PV}-${PR}/${sbindir}/uxfp ${D}${sbindir} } FILES_${PN} = "${sbindir}" |