summaryrefslogtreecommitdiff
path: root/recipes/multitech/upgrade-reboot_git.bb
blob: c24456322ffec029073232da949f58ae0a0c5262 (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://git.multitech.net/upgrade-reboot.git;protocol=git;tag=master"
S = "${WORKDIR}/git"

inherit autotools

PARALLEL_MAKE = ""