From f77072c68a591520622decf1da672fa8abb33483 Mon Sep 17 00:00:00 2001 From: James Maki Date: Tue, 11 May 2010 12:02:44 -0500 Subject: add tagged recipes --- recipes/multitech/venus-gps_0.0.2.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/multitech/venus-gps_0.0.2.bb (limited to 'recipes/multitech/venus-gps_0.0.2.bb') diff --git a/recipes/multitech/venus-gps_0.0.2.bb b/recipes/multitech/venus-gps_0.0.2.bb new file mode 100644 index 0000000000..053f630385 --- /dev/null +++ b/recipes/multitech/venus-gps_0.0.2.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=0.0.2" +S = "${WORKDIR}/git" + +inherit autotools + +PARALLEL_MAKE = "" -- cgit v1.2.3