Skip to content

Commit c340527

Browse files
committed
Update TTN lorawan-devices.
1 parent 32c629f commit c340527

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

meta/recipes-ttn/lorawan-devices/lorawan-devices_git.bb

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ LICENSE = "Apache-2.0"
44
LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
55

66
SRC_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

1313
inherit update-rc.d
1414

@@ -19,19 +19,19 @@ S = "${WORKDIR}/git"
1919

2020
do_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

3232
FILES:${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

3737
do_compile[noexec] = "1"

0 commit comments

Comments
 (0)