summaryrefslogtreecommitdiff
path: root/recipes/multitech/upgrade-reboot_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/multitech/upgrade-reboot_git.bb')
-rw-r--r--recipes/multitech/upgrade-reboot_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/multitech/upgrade-reboot_git.bb b/recipes/multitech/upgrade-reboot_git.bb
new file mode 100644
index 0000000000..049026516a
--- /dev/null
+++ b/recipes/multitech/upgrade-reboot_git.bb
@@ -0,0 +1,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 = ""