diff options
Diffstat (limited to 'recipes/multitech/venus-gps_git.bb')
-rw-r--r-- | recipes/multitech/venus-gps_git.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/multitech/venus-gps_git.bb b/recipes/multitech/venus-gps_git.bb new file mode 100644 index 0000000000..4ffde0bbcb --- /dev/null +++ b/recipes/multitech/venus-gps_git.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "SkyTraq Venus GPS Example" +HOMEPAGE = "http://www.multitech.net/" +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "GPL" +PV = "${SRCPV}" +PR = "r0" + +SRC_URI = "git://multitech.net/venus-gps.git;protocol=git;tag=master" +S = "${WORKDIR}/git" + +inherit autotools + +PARALLEL_MAKE = "" |