File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ export LIBIOTHSM_NOBUILD="On"
7
7
do_install () {
8
8
# Binaries
9
9
install -d "${D}${bindir} "
10
- install -m 755 "${WORKDIR} /iotedge- ${PV} /edgelet /target/${CARGO_TARGET_SUBDIR} /iotedge" ${D}${bindir} /iotedge
10
+ install -m 755 "${B} /target/${CARGO_TARGET_SUBDIR} /iotedge" ${D}${bindir} /iotedge
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ INITSCRIPT_PARAMS_${PN} = "defaults"
18
18
do_install () {
19
19
# Binaries
20
20
install -d "${D}${bindir} "
21
- install -m 755 "${WORKDIR} /iotedge- ${PV} /edgelet /target/${CARGO_TARGET_SUBDIR} /iotedged" ${D}${bindir} /iotedged
21
+ install -m 755 "${B} /target/${CARGO_TARGET_SUBDIR} /iotedged" ${D}${bindir} /iotedged
22
22
23
23
# Config file
24
24
install -d "${D}${sysconfdir} /iotedge"
You can’t perform that action at this time.
0 commit comments