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

fix(opcua):Change installed file permission

parent 0ea85db1
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ FILES_${PN}+="/opt/fofb-opcua-server/*"
do_install() {
install -d ${D}/opt/fofb-opcua-server/
install -m 0755 ${WORKDIR}/app.mapt ${D}/opt/fofb-opcua-server/app.mapt
install -m 0755 ${WORKDIR}/devices.dmap ${D}/opt/fofb-opcua-server/devices.dmap
install -m 0755 ${WORKDIR}/generic_chimeratk_server_configuration.xml ${D}/opt/fofb-opcua-server/generic_chimeratk_server_configuration.xml
install -m 0644 ${WORKDIR}/app.mapt ${D}/opt/fofb-opcua-server/app.mapt
install -m 0644 ${WORKDIR}/devices.dmap ${D}/opt/fofb-opcua-server/devices.dmap
install -m 0644 ${WORKDIR}/generic_chimeratk_server_configuration.xml ${D}/opt/fofb-opcua-server/generic_chimeratk_server_configuration.xml
}
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