summaryrefslogtreecommitdiff
path: root/recipes/multitech/upgrade-reboot_1.0.0.bb
blob: af88c612f0b2b63b9d51aa83df32d26b3a55da16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Reboot command to run after firmware upgrade"
HOMEPAGE = "http://www.multitech.net/"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r0"

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

inherit autotools

PARALLEL_MAKE = ""