summaryrefslogtreecommitdiff
path: root/recipes/multitech/upgrade-reboot_git.bb
blob: c162abdd40b41033e91ca3be3f564d34c837530d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Reboot command to run after firmware upgrade"
HOMEPAGE = "http://www.multitech.net/"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPL"
PV = "${SRCPV}"
PR = "r0"
DEFAULT_PREFERENCE = "-1"

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

inherit autotools

PARALLEL_MAKE = ""