diff options
author | James Maki <jmaki@multitech.com> | 2010-05-11 12:02:44 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-05-11 12:02:44 -0500 |
commit | f77072c68a591520622decf1da672fa8abb33483 (patch) | |
tree | ace91b638fcc8cb7c78c75f4389cdef8789bed54 /recipes/multitech/upgrade-reboot_1.0.0.bb | |
parent | fa3a1a0877cc9d2bf69ca85327ecd246bfc7fcc8 (diff) |
add tagged recipes
Diffstat (limited to 'recipes/multitech/upgrade-reboot_1.0.0.bb')
-rw-r--r-- | recipes/multitech/upgrade-reboot_1.0.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/multitech/upgrade-reboot_1.0.0.bb b/recipes/multitech/upgrade-reboot_1.0.0.bb new file mode 100644 index 0000000000..758e83042c --- /dev/null +++ b/recipes/multitech/upgrade-reboot_1.0.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Reboot command to run after firmware upgrade" +HOMEPAGE = "http://www.multitech.net/" +SECTION = "console/utils" +PRIORITY = "optional" +LICENSE = "GPL" +PV = "${SRCPV}" +PR = "r0" + +SRC_URI = "git://multitech.net/upgrade-reboot.git;protocol=git;tag=1.0.0" +S = "${WORKDIR}/git" + +inherit autotools + +PARALLEL_MAKE = "" |