From cd77e086b268ba44d881044c3a997ef7d04865d7 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 18 Jul 2010 00:22:27 +0200 Subject: android-rpc: renamed recipe from htcdream-gps; rpc library --- recipes/android/android-rpc_git.bb | 13 +++++++++++++ recipes/htcdream/htcdream-gps_git.bb | 14 -------------- 2 files changed, 13 insertions(+), 14 deletions(-) create mode 100644 recipes/android/android-rpc_git.bb delete mode 100644 recipes/htcdream/htcdream-gps_git.bb diff --git a/recipes/android/android-rpc_git.bb b/recipes/android/android-rpc_git.bb new file mode 100644 index 0000000000..f25a62b656 --- /dev/null +++ b/recipes/android/android-rpc_git.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Android RPC library" +SECTION = "devel" +LICENSE = "GPL" +SRCREV = "72b90c4185c3a14657e3d05dba4ed44acdf6bce6" +PV = "1.0+gitr${SRCPV}" +PR = "r0" + +SRC_URI = "\ + ${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master \ +" +S = "${WORKDIR}/git/android/rpc" + +inherit autotools diff --git a/recipes/htcdream/htcdream-gps_git.bb b/recipes/htcdream/htcdream-gps_git.bb deleted file mode 100644 index ddcb9e232d..0000000000 --- a/recipes/htcdream/htcdream-gps_git.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "HTC Dream GPS utility" -SECTION = "console/utils" -LICENSE = "GPL" -SRCREV = "c0e7ca9cce89088192ade34457d9fbf41352c9bf" -#SRCREV = "${AUTOREV}" -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 v1.2.3