From c69ff6d9c0b243c8131ce24dd0c69ba806b0c933 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Thu, 27 May 2010 21:27:16 +0200 Subject: htcdream-gps: new recipe; gps test program for the HTC Dream --- recipes/htcdream/htcdream-gps_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/htcdream/htcdream-gps_git.bb diff --git a/recipes/htcdream/htcdream-gps_git.bb b/recipes/htcdream/htcdream-gps_git.bb new file mode 100644 index 0000000000..958460117f --- /dev/null +++ b/recipes/htcdream/htcdream-gps_git.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "HTC Dream GPS utility" +SECTION = "console/utils" +LICENSE = "GPL" +SRCREV = "c0339e14de385723e32667a3b815eef74c040b9b" +PV = "1.0+gitr${SRCPV}" +PR = "r0" + +SRC_URI = "\ + ${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master \ +" +S = "${WORKDIR}/git/android/rpc" + +inherit autotools -- cgit 1.2.3-korg