@@ -4,11 +4,11 @@ LICENSE = "Apache-2.0"
44LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
55
66SRC_URI = "\
7- git://git@github.com/TheThingsNetwork/lorawan-devices.git;protocol=ssh;branch=master \
8- file://import-lorawan-devices.init \
9- file://import-lorawan-devices.sh \
7+ git://git@github.com/TheThingsNetwork/lorawan-devices.git;protocol=ssh;branch=master \
8+ file://import-lorawan-devices.init \
9+ file://import-lorawan-devices.sh \
1010"
11- SRCREV = "285163e828f6c188583bdcee927e63477cd0aca5 "
11+ SRCREV = "277e69a79347ceba2593e1da08117d0e3329ecda "
1212
1313inherit update -rc . d
1414
@@ -19,19 +19,19 @@ S = "${WORKDIR}/git"
1919
2020do_install () {
2121 install -d ${D}${sysconfdir} /init . d
22- install -m 0755 ${WORKDIR} /import -lorawan -devices . init ${D} /${sysconfdir} /init . d /import -lorawan -devices
23-
24- install -d ${D} /opt /lorawan -devices
25- find . /vendor -type d -exec install -d ${D} /opt /lorawan -devices /{} \;
26- find . /vendor -regex ".*\.\(yaml\|js\)" -exec install -m 0644 {} ${D} /opt /lorawan -devices /{} \;
27- echo ${SRCREV} > ${D} /opt /lorawan -devices /SRCREV
28- echo "" > ${D} /opt /lorawan -devices /SRCREV . lastimport
29- install -m 0755 ${WORKDIR} /import -lorawan -devices . sh ${D} /opt /lorawan -devices /import -lorawan -devices
22+ install -m 0755 ${WORKDIR} /import -lorawan -devices . init ${D} /${sysconfdir} /init . d /import -lorawan -devices
23+
24+ install -d ${D} /opt /lorawan -devices
25+ find . /vendor -type d -exec install -d ${D} /opt /lorawan -devices /{} \;
26+ find . /vendor -regex ".*\.\(yaml\|js\)" -exec install -m 0644 {} ${D} /opt /lorawan -devices /{} \;
27+ echo ${SRCREV} > ${D} /opt /lorawan -devices /SRCREV
28+ echo "" > ${D} /opt /lorawan -devices /SRCREV . lastimport
29+ install -m 0755 ${WORKDIR} /import -lorawan -devices . sh ${D} /opt /lorawan -devices /import -lorawan -devices
3030}
3131
3232FILES :${PN} = "\
33- /opt/lorawan-devices \
34- /etc/init.d/import-lorawan-devices \
33+ /opt/lorawan-devices \
34+ /etc/init.d/import-lorawan-devices \
3535"
3636
3737do_compile [noexec ] = "1"
0 commit comments