diff options
author | Jesse Gilles <jgilles@multitech.com> | 2013-09-04 14:19:09 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2013-09-04 14:19:09 -0500 |
commit | 30ca0a413e66eb77a45e11216ab2f7e67ee4480a (patch) | |
tree | f707d681684929720811ba8305cc40444f105656 | |
parent | 2d017b103415745f536c159e22beac5be534611d (diff) |
venus-gps: add 0.1.0
-rw-r--r-- | multitech/recipes/multitech/venus-gps_0.1.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multitech/recipes/multitech/venus-gps_0.1.0.bb b/multitech/recipes/multitech/venus-gps_0.1.0.bb new file mode 100644 index 0000000..53ed98d --- /dev/null +++ b/multitech/recipes/multitech/venus-gps_0.1.0.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.1.0" +S = "${WORKDIR}/git" + +inherit autotools + +PARALLEL_MAKE = "" |