summaryrefslogtreecommitdiff
path: root/multitech/recipes/multitech/venus-gps_0.0.2.bb
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-06-28 15:16:57 -0500
committerJesse Gilles <jgilles@multitech.com>2011-06-28 15:16:57 -0500
commitb23d1d80a23e8ce1910ba7c5006a4fddf3325c7d (patch)
tree40a273fff1fab26a90870668e232b4d79b5ea908 /multitech/recipes/multitech/venus-gps_0.0.2.bb
initial work on multitech bitbake layer for CoreCDP
Diffstat (limited to 'multitech/recipes/multitech/venus-gps_0.0.2.bb')
-rw-r--r--multitech/recipes/multitech/venus-gps_0.0.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/multitech/recipes/multitech/venus-gps_0.0.2.bb b/multitech/recipes/multitech/venus-gps_0.0.2.bb
new file mode 100644
index 0000000..5aa9d67
--- /dev/null
+++ b/multitech/recipes/multitech/venus-gps_0.0.2.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "SkyTraq Venus GPS Example"
+HOMEPAGE = "http://www.multitech.net/"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "git://git.multitech.net/venus-gps.git;protocol=git;tag=0.0.2"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+PARALLEL_MAKE = ""