Skip to content

Commit

Permalink
greengrass-lite_git.bb: change WORKDIR to UNPACKDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Dec 10, 2024
1 parent 1da4e11 commit fde3ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-iot/aws-iot-greengrass/greengrass-lite_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ do_install:append() {
install -d ${D}/${sysconfdir}/greengrass
install -d -m 0755 ${D}/${sysconfdir}/greengrass/config.d

install -m 0644 ${WORKDIR}/greengrass-lite.yaml ${D}/${sysconfdir}/greengrass/config.d
install -m 0644 ${UNPACKDIR}/greengrass-lite.yaml ${D}/${sysconfdir}/greengrass/config.d
sed -i -e 's,@GG_WORKING_DIR@,${gg_workingdir},g' \
-e 's,@GG_USER@,${gg_user},g' \
-e 's,@GG_GROUP@,${gg_group},g' \
Expand Down

0 comments on commit fde3ce5

Please sign in to comment.