summaryrefslogtreecommitdiff
path: root/recipes/multitech/mts-id-eeprom_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/multitech/mts-id-eeprom_git.bb')
-rw-r--r--recipes/multitech/mts-id-eeprom_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/multitech/mts-id-eeprom_git.bb b/recipes/multitech/mts-id-eeprom_git.bb
new file mode 100644
index 0000000000..c6e5e3a936
--- /dev/null
+++ b/recipes/multitech/mts-id-eeprom_git.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "ID EEPROM"
+HOMEPAGE = "http://www.multitech.net/"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PV = "${SRCPV}"
+PR = "r0"
+DEPENDS = "mts-io"
+
+DEFAULT_PREFERENCE = "1"
+
+SRC_URI = "git://git.multitech.net/mts-id-eeprom.git;protocol=git;tag=master"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+PARALLEL_MAKE = ""