summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-12-17 10:43:38 -0600
committerJesse Gilles <jgilles@multitech.com>2010-12-17 10:43:38 -0600
commit71e4ba11d905f8c3e57aebd63c43020c058a4517 (patch)
tree32094e2f2dfce27a5a2ae7d0f9fb0069b4116cde
parentf786965f8d7d55d0b4c7db2f2e1c5e451efa9f9e (diff)
add mts-id-eeprom 0.0.1
-rw-r--r--recipes/multitech/mts-id-eeprom_0.0.1.bb14
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 = ""