android-rpc_git: fix libgee link failure
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Tue, 12 Oct 2010 18:54:12 +0000 (20:54 +0200)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 17 Oct 2010 19:37:48 +0000 (21:37 +0200)
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>
recipes/android/android-rpc_git.bb

index aec3514..027b753 100644 (file)
@@ -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 \