diff options
Diffstat (limited to 'recipes/multitech')
-rw-r--r-- | recipes/multitech/mts-id-eeprom_0.0.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/multitech/mts-id-eeprom_0.0.1.bb b/recipes/multitech/mts-id-eeprom_0.0.1.bb new file mode 100644 index 0000000000..8a3a310d29 --- /dev/null +++ b/recipes/multitech/mts-id-eeprom_0.0.1.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "ID EEPROM tool for MTCDP" +HOMEPAGE = "http://www.multitech.net/" +SECTION = "console/utils" +PRIORITY = "optional" +LICENSE = "GPL" +PR = "r0" +DEPENDS = "mts-io" + +SRC_URI = "git://git.multitech.net/mts-id-eeprom.git;protocol=git;tag=${PV}" +S = "${WORKDIR}/git" + +inherit autotools + +PARALLEL_MAKE = "" |