diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-07-18 00:22:27 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-08-01 18:40:00 +0200 |
commit | cd77e086b268ba44d881044c3a997ef7d04865d7 (patch) | |
tree | e222e9496cbe495f40313ae4324461706e6aaee0 | |
parent | 452ffed486e1d95c1ff3f1399e1ac8557f9d0645 (diff) |
android-rpc: renamed recipe from htcdream-gps; rpc library
-rw-r--r-- | recipes/android/android-rpc_git.bb (renamed from recipes/htcdream/htcdream-gps_git.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/htcdream/htcdream-gps_git.bb b/recipes/android/android-rpc_git.bb index ddcb9e232d..f25a62b656 100644 --- a/recipes/htcdream/htcdream-gps_git.bb +++ b/recipes/android/android-rpc_git.bb @@ -1,8 +1,7 @@ -DESCRIPTION = "HTC Dream GPS utility" -SECTION = "console/utils" +DESCRIPTION = "Android RPC library" +SECTION = "devel" LICENSE = "GPL" -SRCREV = "c0e7ca9cce89088192ade34457d9fbf41352c9bf" -#SRCREV = "${AUTOREV}" +SRCREV = "72b90c4185c3a14657e3d05dba4ed44acdf6bce6" PV = "1.0+gitr${SRCPV}" PR = "r0" |