From 2d9d8d68c65491a5aa55b6bdb53f192838912f43 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 12 Oct 2010 20:54:12 +0200 Subject: [PATCH] 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 --- recipes/android/android-rpc_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.39.5