diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-05-27 21:27:16 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-05-27 21:28:08 +0200 |
commit | c69ff6d9c0b243c8131ce24dd0c69ba806b0c933 (patch) | |
tree | dd67641daf9252b5ff00d26ed54a3a17e14a6831 | |
parent | c9362d96d7e1c0ad937b52cc1112f1941f9d3488 (diff) |
htcdream-gps: new recipe; gps test program for the HTC Dream
-rw-r--r-- | recipes/htcdream/htcdream-gps_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 |