summaryrefslogtreecommitdiff
path: root/recipes-core/multitech/upgrade-reboot_1.0.0.bb
blob: c506db3bdbfe4527d9ee3764b402c42229bd6534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Reboot command to run after firmware upgrade"
HOMEPAGE = "http://www.multitech.net/"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r0"

# tag 1.0.0
SRCREV = "6b917d88f41a4694a85b86cd047e10ddbd8c691f"

SRC_URI = "git://git.multitech.net/upgrade-reboot.git;protocol=git"
S = "${WORKDIR}/git"

inherit autotools

PARALLEL_MAKE = ""