From: Michael 'Mickey' Lauer Date: Thu, 27 May 2010 19:27:16 +0000 (+0200) Subject: htcdream-gps: new recipe; gps test program for the HTC Dream X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c69ff6d9c0b243c8131ce24dd0c69ba806b0c933;p=openembedded.git htcdream-gps: new recipe; gps test program for the HTC Dream --- 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