summaryrefslogtreecommitdiff
path: root/recipes/multitech/upgrade-reboot_git.bb
blob: 049026516ade001e2ba423056017a5585ea3a048 (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 = ""