aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/android
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-10-12 20:54:12 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-10-17 21:37:48 +0200
commit2d9d8d68c65491a5aa55b6bdb53f192838912f43 (patch)
tree805105438ab4bd3841f09fa8023e0bf1fe203702 /recipes/android
parentdf932a2769c2f6f7195363e8eb83994846805398 (diff)
downloadopenembedded-2d9d8d68c65491a5aa55b6bdb53f192838912f43.tar.gz
android-rpc_git: fix libgee link failure
without the fix we have: | .../sysroots/x86_64-linux/usr/armv4t/lib/gcc/arm-oe-linux-gnueabi/4.5.2/../../../../arm-oe-linux-gnueabi/bin/ld: cannot find -lgee | collect2: ld returned 1 exit status | make[3]: *** [fso-msm-gps-activator] Error 1 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'recipes/android')
-rw-r--r--recipes/android/android-rpc_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/android/android-rpc_git.bb b/recipes/android/android-rpc_git.bb
index aec3514f11..027b753b34 100644
--- a/recipes/android/android-rpc_git.bb
+++ b/recipes/android/android-rpc_git.bb
@@ -2,8 +2,9 @@ DESCRIPTION = "Android RPC library"
SECTION = "devel"
LICENSE = "GPL"
SRCREV = "9da90ad4ebc0efe978c61060d8fdf7362cc9115c"
+DEPENDS = "libgee"
PV = "1.1+gitr${SRCPV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "\
${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master \