diff options
Diffstat (limited to 'recipes-core/multitech/upgrade-reboot_1.0.0.bb')
-rw-r--r-- | recipes-core/multitech/upgrade-reboot_1.0.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-core/multitech/upgrade-reboot_1.0.0.bb b/recipes-core/multitech/upgrade-reboot_1.0.0.bb new file mode 100644 index 0000000..c506db3 --- /dev/null +++ b/recipes-core/multitech/upgrade-reboot_1.0.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Reboot command to run after firmware upgrade" +HOMEPAGE = "http://www.multitech.net/" +SECTION = "console/utils" +PRIORITY = "optional" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" +PR = "r0" + +# tag 1.0.0 +SRCREV = "6b917d88f41a4694a85b86cd047e10ddbd8c691f" + +SRC_URI = "git://git.multitech.net/upgrade-reboot.git;protocol=git" +S = "${WORKDIR}/git" + +inherit autotools + +PARALLEL_MAKE = "" |